📄 pdfimportedpage.html
字号:
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="readerInstance"><!-- --></A><H3>readerInstance</H3><PRE><A HREF="../../../../com/lowagie/text/pdf/PdfReaderInstance.html" title="class in com.lowagie.text.pdf">PdfReaderInstance</A> <B>readerInstance</B></PRE><DL><DL></DL></DL><HR><A NAME="pageNumber"><!-- --></A><H3>pageNumber</H3><PRE>int <B>pageNumber</B></PRE><DL><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="PdfImportedPage(com.lowagie.text.pdf.PdfReaderInstance, com.lowagie.text.pdf.PdfWriter, int)"><!-- --></A><H3>PdfImportedPage</H3><PRE><B>PdfImportedPage</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfReaderInstance.html" title="class in com.lowagie.text.pdf">PdfReaderInstance</A> readerInstance, <A HREF="../../../../com/lowagie/text/pdf/PdfWriter.html" title="class in com.lowagie.text.pdf">PdfWriter</A> writer, int pageNumber)</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getFromReader()"><!-- --></A><H3>getFromReader</H3><PRE>public <A HREF="../../../../com/lowagie/text/pdf/PdfImportedPage.html" title="class in com.lowagie.text.pdf">PdfImportedPage</A> <B>getFromReader</B>()</PRE><DL><DD>Reads the content from this <CODE>PdfImportedPage</CODE>-object from a reader.<P><DD><DL><DT><B>Returns:</B><DD>self</DL></DD></DL><HR><A NAME="getPageNumber()"><!-- --></A><H3>getPageNumber</H3><PRE>public int <B>getPageNumber</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="addImage(com.lowagie.text.Image, float, float, float, float, float, float)"><!-- --></A><H3>addImage</H3><PRE>public void <B>addImage</B>(<A HREF="../../../../com/lowagie/text/Image.html" title="class in com.lowagie.text">Image</A> image, float a, float b, float c, float d, float e, float f) throws <A HREF="../../../../com/lowagie/text/DocumentException.html" title="class in com.lowagie.text">DocumentException</A></PRE><DL><DD>Always throws an error. This operation is not allowed.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#addImage(com.lowagie.text.Image, float, float, float, float, float, float)">addImage</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html" title="class in com.lowagie.text.pdf">PdfContentByte</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>image</CODE> - dummy<DD><CODE>a</CODE> - dummy<DD><CODE>b</CODE> - dummy<DD><CODE>c</CODE> - dummy<DD><CODE>d</CODE> - dummy<DD><CODE>e</CODE> - dummy<DD><CODE>f</CODE> - dummy<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/lowagie/text/DocumentException.html" title="class in com.lowagie.text">DocumentException</A></CODE> - dummy</DL></DD></DL><HR><A NAME="addTemplate(com.lowagie.text.pdf.PdfTemplate, float, float, float, float, float, float)"><!-- --></A><H3>addTemplate</H3><PRE>public void <B>addTemplate</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html" title="class in com.lowagie.text.pdf">PdfTemplate</A> template, float a, float b, float c, float d, float e, float f)</PRE><DL><DD>Always throws an error. This operation is not allowed.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#addTemplate(com.lowagie.text.pdf.PdfTemplate, float, float, float, float, float, float)">addTemplate</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html" title="class in com.lowagie.text.pdf">PdfContentByte</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>template</CODE> - dummy<DD><CODE>a</CODE> - dummy<DD><CODE>b</CODE> - dummy<DD><CODE>c</CODE> - dummy<DD><CODE>d</CODE> - dummy<DD><CODE>e</CODE> - dummy<DD><CODE>f</CODE> - dummy</DL></DD></DL><HR><A NAME="getDuplicate()"><!-- --></A><H3>getDuplicate</H3><PRE>public <A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html" title="class in com.lowagie.text.pdf">PdfContentByte</A> <B>getDuplicate</B>()</PRE><DL><DD>Always throws an error. This operation is not allowed.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html#getDuplicate()">getDuplicate</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html" title="class in com.lowagie.text.pdf">PdfTemplate</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>dummy</DL></DD></DL><HR><A NAME="getFormXObject()"><!-- --></A><H3>getFormXObject</H3><PRE><A HREF="../../../../com/lowagie/text/pdf/PdfStream.html" title="class in com.lowagie.text.pdf">PdfStream</A> <B>getFormXObject</B>() throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html#getFormXObject()">PdfTemplate</A></CODE></B></DD><DD>Gets the stream representing this template.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html#getFormXObject()">getFormXObject</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html" title="class in com.lowagie.text.pdf">PdfTemplate</A></CODE></DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -