?? pdfpcell.html
字號:
<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 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="getFixedHeight()"><!-- --></A><H3>
getFixedHeight</H3>
<PRE>
public float <B>getFixedHeight</B>()</PRE>
<DL>
<DD>Getter for property fixedHeight.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>Value of property fixedHeight.</DL>
</DD>
</DL>
<HR>
<A NAME="setFixedHeight(float)"><!-- --></A><H3>
setFixedHeight</H3>
<PRE>
public void <B>setFixedHeight</B>(float fixedHeight)</PRE>
<DL>
<DD>Setter for property fixedHeight.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fixedHeight</CODE> - New value of property fixedHeight.</DL>
</DD>
</DL>
<HR>
<A NAME="isNoWrap()"><!-- --></A><H3>
isNoWrap</H3>
<PRE>
public boolean <B>isNoWrap</B>()</PRE>
<DL>
<DD>Getter for property noWrap.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>Value of property noWrap.</DL>
</DD>
</DL>
<HR>
<A NAME="setNoWrap(boolean)"><!-- --></A><H3>
setNoWrap</H3>
<PRE>
public void <B>setNoWrap</B>(boolean noWrap)</PRE>
<DL>
<DD>Setter for property noWrap.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>noWrap</CODE> - New value of property noWrap.</DL>
</DD>
</DL>
<HR>
<A NAME="getTable()"><!-- --></A><H3>
getTable</H3>
<PRE>
<A HREF="../../../../com/lowagie/text/pdf/PdfPTable.html">PdfPTable</A> <B>getTable</B>()</PRE>
<DL>
<DD>Getter for property table.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>Value of property table.</DL>
</DD>
</DL>
<HR>
<A NAME="setTable(com.lowagie.text.pdf.PdfPTable)"><!-- --></A><H3>
setTable</H3>
<PRE>
void <B>setTable</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfPTable.html">PdfPTable</A> table)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getMinimumHeight()"><!-- --></A><H3>
getMinimumHeight</H3>
<PRE>
public float <B>getMinimumHeight</B>()</PRE>
<DL>
<DD>Getter for property minimumHeight.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>Value of property minimumHeight.</DL>
</DD>
</DL>
<HR>
<A NAME="setMinimumHeight(float)"><!-- --></A><H3>
setMinimumHeight</H3>
<PRE>
public void <B>setMinimumHeight</B>(float minimumHeight)</PRE>
<DL>
<DD>Setter for property minimumHeight.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>minimumHeight</CODE> - New value of property minimumHeight.</DL>
</DD>
</DL>
<HR>
<A NAME="getColspan()"><!-- --></A><H3>
getColspan</H3>
<PRE>
public int <B>getColspan</B>()</PRE>
<DL>
<DD>Getter for property colspan.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>Value of property colspan.</DL>
</DD>
</DL>
<HR>
<A NAME="setColspan(int)"><!-- --></A><H3>
setColspan</H3>
<PRE>
public void <B>setColspan</B>(int colspan)</PRE>
<DL>
<DD>Setter for property colspan.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>colspan</CODE> - New value of property colspan.</DL>
</DD>
</DL>
<HR>
<A NAME="setFollowingIndent(float)"><!-- --></A><H3>
setFollowingIndent</H3>
<PRE>
public void <B>setFollowingIndent</B>(float 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 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="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 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 runDirection)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getRunDirection()"><!-- --></A><H3>
getRunDirection</H3>
<PRE>
public int <B>getRunDirection</B>()</PRE>
<DL>
<DD><DL>
</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../com/lowagie/text/pdf/PdfPatternPainter.html"><B>PREV CLASS</B></A>
<A HREF="../../../../com/lowagie/text/pdf/PdfProcSet.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>
<A HREF="PdfPCell.html" TARGET="_top"><B>NO FRAMES</B></A>
<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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -