📄 pdfoutline.html
字号:
<!-- ========= 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="PdfOutline(com.lowagie.text.pdf.PdfWriter)"><!-- --></A><H3>PdfOutline</H3><PRE><B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfWriter.html" title="class in com.lowagie.text.pdf">PdfWriter</A> writer)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for the <CODE>outlines object</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>writer</CODE> - The PdfWriter you are adding the outline to</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfAction, java.lang.String)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html" title="class in com.lowagie.text.pdf">PdfAction</A> action, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> title)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>. The open mode is <CODE>true</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>action</CODE> - the <CODE>PdfAction</CODE> for this outline item<DD><CODE>title</CODE> - the title of this outline item</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfAction, java.lang.String, boolean)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html" title="class in com.lowagie.text.pdf">PdfAction</A> action, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> title, boolean open)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>action</CODE> - the <CODE>PdfAction</CODE> for this outline item<DD><CODE>title</CODE> - the title of this outline item<DD><CODE>open</CODE> - <CODE>true</CODE> if the children are visible</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfDestination, java.lang.String)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfDestination.html" title="class in com.lowagie.text.pdf">PdfDestination</A> destination, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> title)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>. The open mode is <CODE>true</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>destination</CODE> - the destination for this outline item<DD><CODE>title</CODE> - the title of this outline item</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfDestination, java.lang.String, boolean)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfDestination.html" title="class in com.lowagie.text.pdf">PdfDestination</A> destination, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> title, boolean open)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>destination</CODE> - the destination for this outline item<DD><CODE>title</CODE> - the title of this outline item<DD><CODE>open</CODE> - <CODE>true</CODE> if the children are visible</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfAction, com.lowagie.text.pdf.PdfString)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html" title="class in com.lowagie.text.pdf">PdfAction</A> action, <A HREF="../../../../com/lowagie/text/pdf/PdfString.html" title="class in com.lowagie.text.pdf">PdfString</A> title)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>. The open mode is <CODE>true</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>action</CODE> - the <CODE>PdfAction</CODE> for this outline item<DD><CODE>title</CODE> - the title of this outline item</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfAction, com.lowagie.text.pdf.PdfString, boolean)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html" title="class in com.lowagie.text.pdf">PdfAction</A> action, <A HREF="../../../../com/lowagie/text/pdf/PdfString.html" title="class in com.lowagie.text.pdf">PdfString</A> title, boolean open)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>action</CODE> - the <CODE>PdfAction</CODE> for this outline item<DD><CODE>title</CODE> - the title of this outline item<DD><CODE>open</CODE> - <CODE>true</CODE> if the children are visible</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfDestination, com.lowagie.text.pdf.PdfString)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfDestination.html" title="class in com.lowagie.text.pdf">PdfDestination</A> destination, <A HREF="../../../../com/lowagie/text/pdf/PdfString.html" title="class in com.lowagie.text.pdf">PdfString</A> title)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>. The open mode is <CODE>true</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>destination</CODE> - the destination for this outline item<DD><CODE>title</CODE> - the title of this outline item</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfDestination, com.lowagie.text.pdf.PdfString, boolean)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfDestination.html" title="class in com.lowagie.text.pdf">PdfDestination</A> destination, <A HREF="../../../../com/lowagie/text/pdf/PdfString.html" title="class in com.lowagie.text.pdf">PdfString</A> title, boolean open)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>destination</CODE> - the destination for this outline item<DD><CODE>title</CODE> - the title of this outline item<DD><CODE>open</CODE> - <CODE>true</CODE> if the children are visible</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfAction, com.lowagie.text.Paragraph)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html" title="class in com.lowagie.text.pdf">PdfAction</A> action, <A HREF="../../../../com/lowagie/text/Paragraph.html" title="class in com.lowagie.text">Paragraph</A> title)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>. The open mode is <CODE>true</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>action</CODE> - the <CODE>PdfAction</CODE> for this outline item<DD><CODE>title</CODE> - the title of this outline item</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfAction, com.lowagie.text.Paragraph, boolean)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html" title="class in com.lowagie.text.pdf">PdfAction</A> action, <A HREF="../../../../com/lowagie/text/Paragraph.html" title="class in com.lowagie.text">Paragraph</A> title, boolean open)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>action</CODE> - the <CODE>PdfAction</CODE> for this outline item<DD><CODE>title</CODE> - the title of this outline item<DD><CODE>open</CODE> - <CODE>true</CODE> if the children are visible</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfDestination, com.lowagie.text.Paragraph)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfDestination.html" title="class in com.lowagie.text.pdf">PdfDestination</A> destination, <A HREF="../../../../com/lowagie/text/Paragraph.html" title="class in com.lowagie.text">Paragraph</A> title)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>. The open mode is <CODE>true</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>destination</CODE> - the destination for this outline item<DD><CODE>title</CODE> - the title of this outline item</DL></DL><HR><A NAME="PdfOutline(com.lowagie.text.pdf.PdfOutline, com.lowagie.text.pdf.PdfDestination, com.lowagie.text.Paragraph, boolean)"><!-- --></A><H3>PdfOutline</H3><PRE>public <B>PdfOutline</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfOutline.html" title="class in com.lowagie.text.pdf">PdfOutline</A> parent, <A HREF="../../../../com/lowagie/text/pdf/PdfDestination.html" title="class in com.lowagie.text.pdf">PdfDestination</A> destination, <A HREF="../../../../com/lowagie/text/Paragraph.html" title="class in com.lowagie.text">Paragraph</A> title, boolean open)</PRE><DL><DD>Constructs a <CODE>PdfOutline</CODE>. <P> This is the constructor for an <CODE>outline entry</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this outline item<DD><CODE>destination</CODE> - the destination for this outline item<DD><CODE>title</CODE> - the title of this outline item<DD><CODE>open</CODE> - <CODE>true</CODE> if the children are visible</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="initOutline(com.lowagie.text.pdf.PdfOutline, java.lang.String, boolean)"><!-- --></A><H3>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -