?? section.html
字號:
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#add(int, java.lang.Object)">add</A></B>(int index, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A> o)</CODE>
<BR>
Adds a <CODE>Paragraph</CODE>, <CODE>List</CODE> or <CODE>Table</CODE> to this <CODE>Section</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#add(java.lang.Object)">add</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A> o)</CODE>
<BR>
Adds a <CODE>Paragraph</CODE>, <CODE>List</CODE>, <CODE>Table</CODE> or another <CODE>Section</CODE> to this <CODE>Section</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#addAll(java.util.Collection)">addAll</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Collection.html">Collection</A> collection)</CODE>
<BR>
Adds a collection of <CODE>Element</CODE>s to this <CODE>Section</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/lowagie/text/Section.html">Section</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#addSection(float, com.lowagie.text.Paragraph)">addSection</A></B>(float indentation, <A HREF="../../../com/lowagie/text/Paragraph.html">Paragraph</A> title)</CODE>
<BR>
Creates a <CODE>Section</CODE>, adds it to this <CODE>Section</CODE> and returns it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/lowagie/text/Section.html">Section</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#addSection(float, com.lowagie.text.Paragraph, int)">addSection</A></B>(float indentation, <A HREF="../../../com/lowagie/text/Paragraph.html">Paragraph</A> title, int numberDepth)</CODE>
<BR>
Creates a <CODE>Section</CODE>, adds it to this <CODE>Section</CODE> and returns it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/lowagie/text/Section.html">Section</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#addSection(float, java.lang.String)">addSection</A></B>(float indentation, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> title)</CODE>
<BR>
Adds a <CODE>Section</CODE> to this <CODE>Section</CODE> and returns it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/lowagie/text/Section.html">Section</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#addSection(float, java.lang.String, int)">addSection</A></B>(float indentation, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> title, int numberDepth)</CODE>
<BR>
Adds a <CODE>Section</CODE> to this <CODE>Section</CODE> and returns it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/lowagie/text/Section.html">Section</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#addSection(com.lowagie.text.Paragraph)">addSection</A></B>(<A HREF="../../../com/lowagie/text/Paragraph.html">Paragraph</A> title)</CODE>
<BR>
Creates a <CODE>Section</CODE>, adds it to this <CODE>Section</CODE> and returns it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/lowagie/text/Section.html">Section</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#addSection(com.lowagie.text.Paragraph, int)">addSection</A></B>(<A HREF="../../../com/lowagie/text/Paragraph.html">Paragraph</A> title, int numberDepth)</CODE>
<BR>
Creates a <CODE>Section</CODE>, add it to this <CODE>Section</CODE> and returns it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/lowagie/text/Section.html">Section</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#addSection(java.util.Properties)">addSection</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Properties.html">Properties</A> attributes)</CODE>
<BR>
Creates a given <CODE>Section</CODE> following a set of attributes and adds it to this one.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/lowagie/text/Section.html">Section</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#addSection(java.lang.String)">addSection</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> title)</CODE>
<BR>
Adds a <CODE>Section</CODE> to this <CODE>Section</CODE> and returns it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/lowagie/text/Section.html">Section</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#addSection(java.lang.String, int)">addSection</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> title, int numberDepth)</CODE>
<BR>
Adds a <CODE>Section</CODE> to this <CODE>Section</CODE> and returns it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#depth()">depth</A></B>()</CODE>
<BR>
Returns the depth of this section.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/ArrayList.html">ArrayList</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#getChunks()">getChunks</A></B>()</CODE>
<BR>
Gets all the chunks in this element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> float</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#indentation()">indentation</A></B>()</CODE>
<BR>
Returns the indentation of the content of this <CODE>Section</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> float</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#indentationLeft()">indentationLeft</A></B>()</CODE>
<BR>
Returns the indentation of this <CODE>Section</CODE> on the left side.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> float</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#indentationRight()">indentationRight</A></B>()</CODE>
<BR>
Returns the indentation of this <CODE>Section</CODE> on the right side.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#isBookmarkOpen()">isBookmarkOpen</A></B>()</CODE>
<BR>
Getter for property bookmarkOpen.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#isChapter()">isChapter</A></B>()</CODE>
<BR>
Checks if this object is a <CODE>Chapter</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#isSection()">isSection</A></B>()</CODE>
<BR>
Checks if this object is a <CODE>Section</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#isTag(java.lang.String)">isTag</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> tag)</CODE>
<BR>
Checks if a given tag corresponds with this object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#isTitle(java.lang.String)">isTitle</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> tag)</CODE>
<BR>
Checks if a given tag corresponds with a title tag for this object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#numberDepth()">numberDepth</A></B>()</CODE>
<BR>
Returns the numberdepth of this <CODE>Section</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#process(com.lowagie.text.ElementListener)">process</A></B>(<A HREF="../../../com/lowagie/text/ElementListener.html">ElementListener</A> listener)</CODE>
<BR>
Processes the element by adding it (or the different parts) to an <CODE>ElementListener</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#set(java.util.Properties)">set</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Properties.html">Properties</A> attributes)</CODE>
<BR>
Alters the attributes of this <CODE>Section</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#setBookmarkOpen(boolean)">setBookmarkOpen</A></B>(boolean bookmarkOpen)</CODE>
<BR>
Setter for property bookmarkOpen.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#setIndentation(float)">setIndentation</A></B>(float indentation)</CODE>
<BR>
Sets the indentation of the content of this <CODE>Section</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#setIndentationLeft(float)">setIndentationLeft</A></B>(float indentation)</CODE>
<BR>
Sets the indentation of this <CODE>Section</CODE> on the left side.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#setIndentationRight(float)">setIndentationRight</A></B>(float indentation)</CODE>
<BR>
Sets the indentation of this <CODE>Section</CODE> on the right side.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#setNumberDepth(int)">setNumberDepth</A></B>(int numberDepth)</CODE>
<BR>
Sets the depth of the sectionnumbers that will be shown preceding the title. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#setNumbers(int, java.util.ArrayList)">setNumbers</A></B>(int number, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/ArrayList.html">ArrayList</A> numbers)</CODE>
<BR>
Sets the number of this section.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#setTitle(com.lowagie.text.Paragraph)">setTitle</A></B>(<A HREF="../../../com/lowagie/text/Paragraph.html">Paragraph</A> title)</CODE>
<BR>
Sets the title of this section.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/lowagie/text/Paragraph.html">Paragraph</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#title()">title</A></B>()</CODE>
<BR>
Returns the title, preceeded by a certain number of sectionnumbers.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/lowagie/text/Section.html#type()">type</A></B>()</CODE>
<BR>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -