?? rtfrow.html
字號:
<DL>
</DL>
</DL>
<HR>
<A NAME="rowPaddingRight"><!-- --></A><H3>
rowPaddingRight</H3>
<PRE>
private static final byte[] <B>rowPaddingRight</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="rowPaddingLeftStyle"><!-- --></A><H3>
rowPaddingLeftStyle</H3>
<PRE>
private static final byte[] <B>rowPaddingLeftStyle</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="rowPaddingRightStyle"><!-- --></A><H3>
rowPaddingRightStyle</H3>
<PRE>
private static final byte[] <B>rowPaddingRightStyle</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="rowHeader"><!-- --></A><H3>
rowHeader</H3>
<PRE>
private static final byte[] <B>rowHeader</B></PRE>
<DL>
<DD>Table row header. This row should appear at the top of every page the current table appears on.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="rowKeep"><!-- --></A><H3>
rowKeep</H3>
<PRE>
private static final byte[] <B>rowKeep</B></PRE>
<DL>
<DD>Table row keep together. This row cannot be split by a page break. This property is assumed to be off unless the control word is present.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cells"><!-- --></A><H3>
cells</H3>
<PRE>
private <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/ArrayList.html">ArrayList</A> <B>cells</B></PRE>
<DL>
<DD>List of <code>RtfCell</code>s in this <code>RtfRow</code>
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="writer"><!-- --></A><H3>
writer</H3>
<PRE>
private <A HREF="../../../../com/lowagie/text/rtf/RtfWriter.html">RtfWriter</A> <B>writer</B></PRE>
<DL>
<DD>The <code>RtfWriter</code> to which this <code>RtfRow</code> belongs
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="mainTable"><!-- --></A><H3>
mainTable</H3>
<PRE>
private <A HREF="../../../../com/lowagie/text/rtf/RtfTable.html">RtfTable</A> <B>mainTable</B></PRE>
<DL>
<DD>The <coce>RtfTable</code> to which this <code>RtfRow</code> belongs
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="width"><!-- --></A><H3>
width</H3>
<PRE>
private int <B>width</B></PRE>
<DL>
<DD>The width of this <code>RtfRow</code> (in percent)
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellpadding"><!-- --></A><H3>
cellpadding</H3>
<PRE>
private int <B>cellpadding</B></PRE>
<DL>
<DD>The default cellpadding of <code>RtfCells</code> in this <code>RtfRow</code>
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellspacing"><!-- --></A><H3>
cellspacing</H3>
<PRE>
private int <B>cellspacing</B></PRE>
<DL>
<DD>The default cellspacing of <code>RtfCells</code> in this <code>RtfRow</code>
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="borders"><!-- --></A><H3>
borders</H3>
<PRE>
private int <B>borders</B></PRE>
<DL>
<DD>The borders of this <code>RtfRow</code>
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="borderColor"><!-- --></A><H3>
borderColor</H3>
<PRE>
private <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/awt/Color.html">Color</A> <B>borderColor</B></PRE>
<DL>
<DD>The border color of this <code>RtfRow</code>
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="borderWidth"><!-- --></A><H3>
borderWidth</H3>
<PRE>
private float <B>borderWidth</B></PRE>
<DL>
<DD>The border width of this <code>RtfRow</code>
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="RtfRow(com.lowagie.text.rtf.RtfWriter, com.lowagie.text.rtf.RtfTable)"><!-- --></A><H3>
RtfRow</H3>
<PRE>
public <B>RtfRow</B>(<A HREF="../../../../com/lowagie/text/rtf/RtfWriter.html">RtfWriter</A> writer, <A HREF="../../../../com/lowagie/text/rtf/RtfTable.html">RtfTable</A> mainTable)</PRE>
<DL>
<DD>Create a new <code>RtfRow</code>.
<P>
<DT><B>Parameters:</B><DD><CODE>writer</CODE> - The <code>RtfWriter</code> that this <code>RtfRow</code> belongs to<DD><CODE>mainTable</CODE> - The <code>RtfTable</code> that created this <code>RtfRow</code></DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="pregenerateRows(int)"><!-- --></A><H3>
pregenerateRows</H3>
<PRE>
public void <B>pregenerateRows</B>(int columns)</PRE>
<DL>
<DD>Pregenerate the <code>RtfCell</code>s in this <code>RtfRow</code>.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>columns</CODE> - The number of <code>RtfCell</code>s to be generated.</DL>
</DD>
</DL>
<HR>
<A NAME="importRow(com.lowagie.text.Row, float[], int, int, int, int, int, java.awt.Color, float, int)"><!-- --></A><H3>
importRow</H3>
<PRE>
public boolean <B>importRow</B>(<A HREF="../../../../com/lowagie/text/Row.html">Row</A> row, float[] propWidths, int tableWidth, int pageWidth, int cellpadding, int cellspacing, int borders, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/awt/Color.html">Color</A> borderColor, float borderWidth, int y)</PRE>
<DL>
<DD>Import a <code>Row</code>. <P> All the parameters are taken from the <code>RtfTable</code> which contains this <code>RtfRow</code> and they do exactely what they say
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>propWidths</CODE> - in percent<DD><CODE>tableWidth</CODE> - in percent</DL>
</DD>
</DL>
<HR>
<A NAME="writeRow(java.io.ByteArrayOutputStream, int, com.lowagie.text.Table)"><!-- --></A><H3>
writeRow</H3>
<PRE>
public boolean <B>writeRow</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A> os, int rowNum, <A HREF="../../../../com/lowagie/text/Table.html">Table</A> table) throws <A HREF="../../../../com/lowagie/text/DocumentException.html">DocumentException</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html">IOException</A></PRE>
<DL>
<DD>Write the <code>RtfRow</code> to the specified <code>OutputStream</code>.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>os</CODE> - The <code>OutputStream</code> to which this <code>RtfRow</code> should be written to.<DD><CODE>rowNum</CODE> - The <code>index</code> of this row in the containing table.<DD><CODE>table</CODE> - The <code>Table</code> which contains the original <code>Row</code>.<DD><CODE><A HREF="../../../../com/lowagie/text/DocumentException.html">DocumentException</A></CODE><DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html">IOException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="writeBorder(java.io.ByteArrayOutputStream, byte[])"><!-- --></A><H3>
writeBorder</H3>
<PRE>
private void <B>writeBorder</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A> os, byte[] borderType) throws <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html">IOException</A></PRE>
<DL>
<DD><DL>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html">IOException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setMerge(int, int, com.lowagie.text.rtf.RtfCell)"><!-- --></A><H3>
setMerge</H3>
<PRE>
public void <B>setMerge</B>(int x, int mergeType, <A HREF="../../../../com/lowagie/text/rtf/RtfCell.html">RtfCell</A> mergeCell)</PRE>
<DL>
<DD><code>RtfTable</code>s call this method from their own setMerge() to specify that a certain other cell is to be merged with it.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x</CODE> - The column position of the cell to be merged<DD><CODE>mergeType</CODE> - The merge type specifies the kind of merge to be applied (MERGE_HORIZ_PREV, MERGE_VERT_PREV, MERGE_BOTH_PREV)<DD><CODE>mergeCell</CODE> - The <code>RtfCell</code> that the cell at x and y is to be merged with</DL>
</DD>
</DL>
<HR>
<A NAME="writeInt(java.io.ByteArrayOutputStream, int)"><!-- --></A><H3>
writeInt</H3>
<PRE>
private void <B>writeInt</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A> out, int i) throws <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html">IOException</A></PRE>
<DL>
<DD><DL>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/IOException.html">IOException</A></CODE></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/rtf/RtfPageNumber.html"><B>PREV CLASS</B></A>
<A HREF="../../../../com/lowagie/text/rtf/RtfTable.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="RtfRow.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>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -