?? rtfcell.html
字號:
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/lowagie/text/rtf/RtfCell.html#RtfCell(com.lowagie.text.rtf.RtfWriter, com.lowagie.text.rtf.RtfTable)">RtfCell</A></B>(<A HREF="../../../../com/lowagie/text/rtf/RtfWriter.html">RtfWriter</A> writer, <A HREF="../../../../com/lowagie/text/rtf/RtfTable.html">RtfTable</A> mainTable)</CODE>
<BR>
Create a new <code>RtfCell</code>.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></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/rtf/RtfCell.html#getCellRight()">getCellRight</A></B>()</CODE>
<BR>
Get the position of the right border of this <code>RtfCell</code>.</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/rtf/RtfCell.html#getCellWidth()">getCellWidth</A></B>()</CODE>
<BR>
Get the with of this <code>RtfCell</code></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/lowagie/text/Cell.html">Cell</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/rtf/RtfCell.html#getStore()">getStore</A></B>()</CODE>
<BR>
Get the <code>Cell</code> with the actual content.</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/rtf/RtfCell.html#importCell(com.lowagie.text.Cell, int, int, int, int, int)">importCell</A></B>(<A HREF="../../../../com/lowagie/text/Cell.html">Cell</A> cell, int cellLeft, int cellWidth, int x, int y, int cellpadding)</CODE>
<BR>
Import a <code>Cell</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/rtf/RtfCell.html#setCellRight(int)">setCellRight</A></B>(int value)</CODE>
<BR>
</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/rtf/RtfCell.html#setCellWidth(int)">setCellWidth</A></B>(int value)</CODE>
<BR>
</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/rtf/RtfCell.html#setMerge(int, com.lowagie.text.rtf.RtfCell)">setMerge</A></B>(int mergeType, <A HREF="../../../../com/lowagie/text/rtf/RtfCell.html">RtfCell</A> mergeCell)</CODE>
<BR>
Sets the merge type and the <code>RtfCell</code> with which this <code>RtfCell</code> is to be merged.</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/rtf/RtfCell.html#writeCellContent(java.io.ByteArrayOutputStream)">writeCellContent</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A> os)</CODE>
<BR>
Write the content of the <code>RtfCell</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/rtf/RtfCell.html#writeCellSettings(java.io.ByteArrayOutputStream)">writeCellSettings</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A> os)</CODE>
<BR>
Write the properties of the <code>RtfCell</code>.</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/rtf/RtfCell.html#writeInt(java.io.ByteArrayOutputStream, int)">writeInt</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A> out, int i)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#clone()">clone</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#finalize()">finalize</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#getClass()">getClass</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#notify()">notify</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#toString()">toString</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait()">wait</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long)">wait</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="MERGE_HORIZ_FIRST"><!-- --></A><H3>
MERGE_HORIZ_FIRST</H3>
<PRE>
private static final int <B>MERGE_HORIZ_FIRST</B></PRE>
<DL>
<DD>A possible value for merging
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.text.rtf.RtfCell.MERGE_HORIZ_FIRST">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MERGE_VERT_FIRST"><!-- --></A><H3>
MERGE_VERT_FIRST</H3>
<PRE>
private static final int <B>MERGE_VERT_FIRST</B></PRE>
<DL>
<DD>A possible value for merging
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.text.rtf.RtfCell.MERGE_VERT_FIRST">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MERGE_BOTH_FIRST"><!-- --></A><H3>
MERGE_BOTH_FIRST</H3>
<PRE>
private static final int <B>MERGE_BOTH_FIRST</B></PRE>
<DL>
<DD>A possible value for merging
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.text.rtf.RtfCell.MERGE_BOTH_FIRST">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MERGE_HORIZ_PREV"><!-- --></A><H3>
MERGE_HORIZ_PREV</H3>
<PRE>
private static final int <B>MERGE_HORIZ_PREV</B></PRE>
<DL>
<DD>A possible value for merging
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.text.rtf.RtfCell.MERGE_HORIZ_PREV">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MERGE_VERT_PREV"><!-- --></A><H3>
MERGE_VERT_PREV</H3>
<PRE>
private static final int <B>MERGE_VERT_PREV</B></PRE>
<DL>
<DD>A possible value for merging
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.text.rtf.RtfCell.MERGE_VERT_PREV">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MERGE_BOTH_PREV"><!-- --></A><H3>
MERGE_BOTH_PREV</H3>
<PRE>
private static final int <B>MERGE_BOTH_PREV</B></PRE>
<DL>
<DD>A possible value for merging
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.text.rtf.RtfCell.MERGE_BOTH_PREV">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="cellMergeFirst"><!-- --></A><H3>
cellMergeFirst</H3>
<PRE>
private static final byte[] <B>cellMergeFirst</B></PRE>
<DL>
<DD>First cell to merge with - Horizontal
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellVMergeFirst"><!-- --></A><H3>
cellVMergeFirst</H3>
<PRE>
private static final byte[] <B>cellVMergeFirst</B></PRE>
<DL>
<DD>First cell to merge with - Vertical
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellMergePrev"><!-- --></A><H3>
cellMergePrev</H3>
<PRE>
private static final byte[] <B>cellMergePrev</B></PRE>
<DL>
<DD>Merge cell with previous horizontal cell
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellVMergePrev"><!-- --></A><H3>
cellVMergePrev</H3>
<PRE>
private static final byte[] <B>cellVMergePrev</B></PRE>
<DL>
<DD>Merge cell with previous vertical cell
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellVerticalAlignBottom"><!-- --></A><H3>
cellVerticalAlignBottom</H3>
<PRE>
private static final byte[] <B>cellVerticalAlignBottom</B></PRE>
<DL>
<DD>Cell content vertical alignment bottom
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellVerticalAlignCenter"><!-- --></A><H3>
cellVerticalAlignCenter</H3>
<PRE>
private static final byte[] <B>cellVerticalAlignCenter</B></PRE>
<DL>
<DD>Cell content vertical alignment center
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellVerticalAlignTop"><!-- --></A><H3>
cellVerticalAlignTop</H3>
<PRE>
private static final byte[] <B>cellVerticalAlignTop</B></PRE>
<DL>
<DD>Cell content vertical alignment top
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellBorderLeft"><!-- --></A><H3>
cellBorderLeft</H3>
<PRE>
private static final byte[] <B>cellBorderLeft</B></PRE>
<DL>
<DD>Cell border left
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellBorderRight"><!-- --></A><H3>
cellBorderRight</H3>
<PRE>
private static final byte[] <B>cellBorderRight</B></PRE>
<DL>
<DD>Cell border right
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellBorderTop"><!-- --></A><H3>
cellBorderTop</H3>
<PRE>
private static final byte[] <B>cellBorderTop</B></PRE>
<DL>
<DD>Cell border top
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellBorderBottom"><!-- --></A><H3>
cellBorderBottom</H3>
<PRE>
private static final byte[] <B>cellBorderBottom</B></PRE>
<DL>
<DD>Cell border bottom
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellBackgroundColor"><!-- --></A><H3>
cellBackgroundColor</H3>
<PRE>
private static final byte[] <B>cellBackgroundColor</B></PRE>
<DL>
<DD>Cell background color
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellWidthStyle"><!-- --></A><H3>
cellWidthStyle</H3>
<PRE>
private static final byte[] <B>cellWidthStyle</B></PRE>
<DL>
<DD>Cell width format
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellWidthTag"><!-- --></A><H3>
cellWidthTag</H3>
<PRE>
private static final byte[] <B>cellWidthTag</B></PRE>
<DL>
<DD>Cell width
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellRightBorder"><!-- --></A><H3>
cellRightBorder</H3>
<PRE>
private static final byte[] <B>cellRightBorder</B></PRE>
<DL>
<DD>Cell right border position
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellInTable"><!-- --></A><H3>
cellInTable</H3>
<PRE>
protected static final byte[] <B>cellInTable</B></PRE>
<DL>
<DD>Cell is part of table
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellEnd"><!-- --></A><H3>
cellEnd</H3>
<PRE>
private static final byte[] <B>cellEnd</B></PRE>
<DL>
<DD>End of cell
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="cellPaddingTop"><!-- --></A><H3>
cellPaddingTop</H3>
<PRE>
private static final byte[] <B>cellPaddingTop</B></PRE>
<DL>
<DD>padding top
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -