⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 section.html

📁 java编程java编程java编程java编程java编程java编程java编程
💻 HTML
📖 第 1 页 / 共 5 页
字号:

<A NAME="setIndentation(float)"><!-- --></A><H3>
setIndentation</H3>
<PRE>
public void <B>setIndentation</B>(float&nbsp;indentation)</PRE>
<DL>
<DD>Sets the indentation of the content of this <CODE>Section</CODE>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>indentation</CODE> - the indentation</DL>
</DD>
</DL>
<HR>

<A NAME="isChapter()"><!-- --></A><H3>
isChapter</H3>
<PRE>
public boolean <B>isChapter</B>()</PRE>
<DL>
<DD>Checks if this object is a <CODE>Chapter</CODE>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>true</CODE> if it is a <CODE>Chapter</CODE>,			<CODE>false</CODE> if it is a <CODE>Section</CODE>.</DL>
</DD>
</DL>
<HR>

<A NAME="isSection()"><!-- --></A><H3>
isSection</H3>
<PRE>
public boolean <B>isSection</B>()</PRE>
<DL>
<DD>Checks if this object is a <CODE>Section</CODE>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>true</CODE> if it is a <CODE>Section</CODE>,			<CODE>false</CODE> if it is a <CODE>Chapter</CODE>.</DL>
</DD>
</DL>
<HR>

<A NAME="numberDepth()"><!-- --></A><H3>
numberDepth</H3>
<PRE>
public int <B>numberDepth</B>()</PRE>
<DL>
<DD>Returns the numberdepth of this <CODE>Section</CODE>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the numberdepth</DL>
</DD>
</DL>
<HR>

<A NAME="indentationLeft()"><!-- --></A><H3>
indentationLeft</H3>
<PRE>
public float <B>indentationLeft</B>()</PRE>
<DL>
<DD>Returns the indentation of this <CODE>Section</CODE> on the left side.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the indentation</DL>
</DD>
</DL>
<HR>

<A NAME="indentationRight()"><!-- --></A><H3>
indentationRight</H3>
<PRE>
public float <B>indentationRight</B>()</PRE>
<DL>
<DD>Returns the indentation of this <CODE>Section</CODE> on the right side.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the indentation</DL>
</DD>
</DL>
<HR>

<A NAME="indentation()"><!-- --></A><H3>
indentation</H3>
<PRE>
public float <B>indentation</B>()</PRE>
<DL>
<DD>Returns the indentation of the content of this <CODE>Section</CODE>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the indentation</DL>
</DD>
</DL>
<HR>

<A NAME="depth()"><!-- --></A><H3>
depth</H3>
<PRE>
public int <B>depth</B>()</PRE>
<DL>
<DD>Returns the depth of this section.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the depth</DL>
</DD>
</DL>
<HR>

<A NAME="title()"><!-- --></A><H3>
title</H3>
<PRE>
public <A HREF="../../../com/lowagie/text/Paragraph.html">Paragraph</A> <B>title</B>()</PRE>
<DL>
<DD>Returns the title, preceeded by a certain number of sectionnumbers.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a <CODE>Paragraph</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="isTitle(java.lang.String)"><!-- --></A><H3>
isTitle</H3>
<PRE>
public static boolean <B>isTitle</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;tag)</PRE>
<DL>
<DD>Checks if a given tag corresponds with a title tag for this object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>tag</CODE> - the given tag<DT><B>Returns:</B><DD>true if the tag corresponds</DL>
</DD>
</DL>
<HR>

<A NAME="isTag(java.lang.String)"><!-- --></A><H3>
isTag</H3>
<PRE>
public static boolean <B>isTag</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;tag)</PRE>
<DL>
<DD>Checks if a given tag corresponds with this object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>tag</CODE> - the given tag<DT><B>Returns:</B><DD>true if the tag corresponds</DL>
</DD>
</DL>
<HR>

<A NAME="isBookmarkOpen()"><!-- --></A><H3>
isBookmarkOpen</H3>
<PRE>
public boolean <B>isBookmarkOpen</B>()</PRE>
<DL>
<DD>Getter for property bookmarkOpen.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>Value of property bookmarkOpen.</DL>
</DD>
</DL>
<HR>

<A NAME="setBookmarkOpen(boolean)"><!-- --></A><H3>
setBookmarkOpen</H3>
<PRE>
public void <B>setBookmarkOpen</B>(boolean&nbsp;bookmarkOpen)</PRE>
<DL>
<DD>Setter for property bookmarkOpen.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>bookmarkOpen</CODE> - false if the bookmark children are not visible.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../com/lowagie/text/Row.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../com/lowagie/text/StringCompare.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Section.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_java.util.AbstractList">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -