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

📄 columntext.html

📁 java编程java编程java编程java编程java编程java编程java编程
💻 HTML
📖 第 1 页 / 共 4 页
字号:
                            int&nbsp;alignment)</PRE>
<DL>
<DD>Simplified method for rectangular columns.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>llx</CODE> - the lower left x corner<DD><CODE>lly</CODE> - the lower left y corner<DD><CODE>urx</CODE> - the upper right x corner<DD><CODE>ury</CODE> - the upper right y corner<DD><CODE>leading</CODE> - the leading<DD><CODE>alignment</CODE> - the column alignment</DL>
</DD>
</DL>
<HR>

<A NAME="setLeading(float)"><!-- --></A><H3>
setLeading</H3>
<PRE>
public void <B>setLeading</B>(float&nbsp;leading)</PRE>
<DL>
<DD>Sets the leading to fixed
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>leading</CODE> - the leading</DL>
</DD>
</DL>
<HR>

<A NAME="setLeading(float, float)"><!-- --></A><H3>
setLeading</H3>
<PRE>
public void <B>setLeading</B>(float&nbsp;fixedLeading,                       float&nbsp;multipliedLeading)</PRE>
<DL>
<DD>Sets the leading fixed and variable. The resultant leading will be fixedLeading+multipliedLeading*maxFontSize where maxFontSize is the size of the bigest font in the line.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fixedLeading</CODE> - the fixed leading<DD><CODE>multipliedLeading</CODE> - the variable leading</DL>
</DD>
</DL>
<HR>

<A NAME="getLeading()"><!-- --></A><H3>
getLeading</H3>
<PRE>
public float <B>getLeading</B>()</PRE>
<DL>
<DD>Gets the fixed leading
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the leading</DL>
</DD>
</DL>
<HR>

<A NAME="getMultipliedLeading()"><!-- --></A><H3>
getMultipliedLeading</H3>
<PRE>
public float <B>getMultipliedLeading</B>()</PRE>
<DL>
<DD>Gets the variable leading
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the leading</DL>
</DD>
</DL>
<HR>

<A NAME="setYLine(float)"><!-- --></A><H3>
setYLine</H3>
<PRE>
public void <B>setYLine</B>(float&nbsp;yLine)</PRE>
<DL>
<DD>Sets the yLine. The line will be written to yLine-leading.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>yLine</CODE> - the yLine</DL>
</DD>
</DL>
<HR>

<A NAME="getYLine()"><!-- --></A><H3>
getYLine</H3>
<PRE>
public float <B>getYLine</B>()</PRE>
<DL>
<DD>Gets the yLine.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the yLine</DL>
</DD>
</DL>
<HR>

<A NAME="setAlignment(int)"><!-- --></A><H3>
setAlignment</H3>
<PRE>
public void <B>setAlignment</B>(int&nbsp;alignment)</PRE>
<DL>
<DD>Sets the alignment.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>alignment</CODE> - the alignment</DL>
</DD>
</DL>
<HR>

<A NAME="getAlignment()"><!-- --></A><H3>
getAlignment</H3>
<PRE>
public int <B>getAlignment</B>()</PRE>
<DL>
<DD>Gets the alignment.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the alignment</DL>
</DD>
</DL>
<HR>

<A NAME="setIndent(float)"><!-- --></A><H3>
setIndent</H3>
<PRE>
public void <B>setIndent</B>(float&nbsp;indent)</PRE>
<DL>
<DD>Sets the first paragraph line indent.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>indent</CODE> - the indent</DL>
</DD>
</DL>
<HR>

<A NAME="getIndent()"><!-- --></A><H3>
getIndent</H3>
<PRE>
public float <B>getIndent</B>()</PRE>
<DL>
<DD>Gets the first paragraph line indent.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the indent</DL>
</DD>
</DL>
<HR>

<A NAME="setFollowingIndent(float)"><!-- --></A><H3>
setFollowingIndent</H3>
<PRE>
public void <B>setFollowingIndent</B>(float&nbsp;indent)</PRE>
<DL>
<DD>Sets the following paragraph lines indent.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>indent</CODE> - the indent</DL>
</DD>
</DL>
<HR>

<A NAME="getFollowingIndent()"><!-- --></A><H3>
getFollowingIndent</H3>
<PRE>
public float <B>getFollowingIndent</B>()</PRE>
<DL>
<DD>Gets the following paragraph lines indent.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the indent</DL>
</DD>
</DL>
<HR>

<A NAME="setRightIndent(float)"><!-- --></A><H3>
setRightIndent</H3>
<PRE>
public void <B>setRightIndent</B>(float&nbsp;indent)</PRE>
<DL>
<DD>Sets the right paragraph lines indent.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>indent</CODE> - the indent</DL>
</DD>
</DL>
<HR>

<A NAME="getRightIndent()"><!-- --></A><H3>
getRightIndent</H3>
<PRE>
public float <B>getRightIndent</B>()</PRE>
<DL>
<DD>Gets the right paragraph lines indent.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the indent</DL>
</DD>
</DL>
<HR>

<A NAME="go()"><!-- --></A><H3>
go</H3>
<PRE>
public int <B>go</B>()       throws <A HREF="../../../../com/lowagie/text/DocumentException.html">DocumentException</A></PRE>
<DL>
<DD>Outputs the lines to the document. It is equivalent to <CODE>go(false)</CODE>.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>returns the result of the operation. It can be <CODE>NO_MORE_TEXT</CODE> and/or <CODE>NO_MORE_COLUMN</CODE><DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/lowagie/text/DocumentException.html">DocumentException</A></CODE> - on error</DL>
</DD>
</DL>
<HR>

<A NAME="go(boolean)"><!-- --></A><H3>
go</H3>
<PRE>
public int <B>go</B>(boolean&nbsp;simulate)       throws <A HREF="../../../../com/lowagie/text/DocumentException.html">DocumentException</A></PRE>
<DL>
<DD>Outputs the lines to the document. The output can be simulated.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>simulate</CODE> - <CODE>true</CODE> to simulate the writting to the document<DT><B>Returns:</B><DD>returns the result of the operation. It can be <CODE>NO_MORE_TEXT</CODE> and/or <CODE>NO_MORE_COLUMN</CODE><DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/lowagie/text/DocumentException.html">DocumentException</A></CODE> - on error</DL>
</DD>
</DL>
<HR>

<A NAME="getExtraParagraphSpace()"><!-- --></A><H3>
getExtraParagraphSpace</H3>
<PRE>
public float <B>getExtraParagraphSpace</B>()</PRE>
<DL>
<DD>Sets the extra space between paragraphs.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the extra space between paragraphs</DL>
</DD>
</DL>
<HR>

<A NAME="setExtraParagraphSpace(float)"><!-- --></A><H3>
setExtraParagraphSpace</H3>
<PRE>
public void <B>setExtraParagraphSpace</B>(float&nbsp;extraParagraphSpace)</PRE>
<DL>
<DD>Sets the extra space between paragraphs.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>extraParagraphSpace</CODE> - the extra space between paragraphs</DL>
</DD>
</DL>
<HR>

<A NAME="clearChunks()"><!-- --></A><H3>
clearChunks</H3>
<PRE>
public void <B>clearChunks</B>()</PRE>
<DL>
<DD>Clears the chunk array. A call to <CODE>go()</CODE> will always return NO_MORE_TEXT.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getSpaceCharRatio()"><!-- --></A><H3>
getSpaceCharRatio</H3>
<PRE>
public float <B>getSpaceCharRatio</B>()</PRE>
<DL>
<DD>Gets the space/character extra spacing ratio for fully justified text.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the space/character extra spacing ratio</DL>
</DD>
</DL>
<HR>

<A NAME="setSpaceCharRatio(float)"><!-- --></A><H3>
setSpaceCharRatio</H3>
<PRE>
public void <B>setSpaceCharRatio</B>(float&nbsp;spaceCharRatio)</PRE>
<DL>
<DD>Sets the ratio between the extra word spacing and the extra character spacing when the text is fully justified. Extra word spacing will grow <CODE>spaceCharRatio</CODE> times more than extra character spacing. If the ratio is <CODE>PdfWriter.NO_SPACE_CHAR_RATIO</CODE> then the extra character spacing will be zero.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>spaceCharRatio</CODE> - the ratio between the extra word spacing and the extra character spacing</DL>
</DD>
</DL>
<HR>

<A NAME="setRunDirection(int)"><!-- --></A><H3>
setRunDirection</H3>
<PRE>
public void <B>setRunDirection</B>(int&nbsp;runDirection)</PRE>
<DL>
<DD>Sets the run direction.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>runDirection</CODE> - the run direction</DL>
</DD>
</DL>
<HR>

<A NAME="getRunDirection()"><!-- --></A><H3>
getRunDirection</H3>
<PRE>
public int <B>getRunDirection</B>()</PRE>
<DL>
<DD>Gets the run direction.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the run direction</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/pdf/ColorDetails.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/lowagie/text/pdf/DefaultFontMapper.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="ColumnText.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;NESTED&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 + -