📄 rtfdestinationdocument.html
字号:
<TD><CODE><B><A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestinationDocument.html#finalize()">finalize</A></B>()</CODE><BR> </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/parser/destinations/RtfDestinationDocument.html#handleCharacter(int)">handleCharacter</A></B>(int ch)</CODE><BR> Handle text for this destination</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/parser/destinations/RtfDestinationDocument.html#handleCloseGroup()">handleCloseGroup</A></B>()</CODE><BR> Clean up when group is closed.</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/parser/destinations/RtfDestinationDocument.html#handleControlWord(com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordData)">handleControlWord</A></B>(<A HREF="../../../../../../com/lowagie/text/rtf/parser/ctrlwords/RtfCtrlWordData.html" title="class in com.lowagie.text.rtf.parser.ctrlwords">RtfCtrlWordData</A> ctrlWordData)</CODE><BR> Handle control word for this destination</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/parser/destinations/RtfDestinationDocument.html#handleOpenGroup()">handleOpenGroup</A></B>()</CODE><BR> Setup when group is opened.</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/parser/destinations/RtfDestinationDocument.html#handleOpeningSubGroup()">handleOpeningSubGroup</A></B>()</CODE><BR> Handle a new subgroup contained within this group</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/parser/destinations/RtfDestinationDocument.html#setParser(com.lowagie.text.rtf.parser.RtfParser)">setParser</A></B>(<A HREF="../../../../../../com/lowagie/text/rtf/parser/RtfParser.html" title="class in com.lowagie.text.rtf.parser">RtfParser</A> parser)</CODE><BR> Set the parser to use with the RtfDestination object.</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/parser/destinations/RtfDestinationDocument.html#setToDefaults()">setToDefaults</A></B>()</CODE><BR> Method to set this object to the default values.</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/parser/destinations/RtfDestinationDocument.html#writeBuffer()">writeBuffer</A></B>()</CODE><BR> Write the accumulated buffer to the destination.</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/parser/destinations/RtfDestinationDocument.html#writeText(java.lang.String)">writeText</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> value)</CODE><BR> Write the string value to the destination.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.lowagie.text.rtf.parser.destinations.RtfDestination"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class com.lowagie.text.rtf.parser.destinations.<A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html" title="class in com.lowagie.text.rtf.parser.destinations">RtfDestination</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#addListener(com.lowagie.text.rtf.parser.destinations.RtfDestinationListener)">addListener</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#afterCharacter(int)">afterCharacter</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#afterCtrlWord(com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordData)">afterCtrlWord</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#beforeCharacter(int)">beforeCharacter</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#beforeCtrlWord(com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordData)">beforeCtrlWord</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#getNewTokeniserState()">getNewTokeniserState</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#isModified()">isModified</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#onCharacter(int)">onCharacter</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#onCloseGroup()">onCloseGroup</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#onCtrlWord(com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordData)">onCtrlWord</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#onOpenGroup()">onOpenGroup</A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#removeListener(com.lowagie.text.rtf.parser.destinations.RtfDestinationListener)">removeListener</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="rtfDoc"><!-- --></A><H3>rtfDoc</H3><PRE>private <A HREF="../../../../../../com/lowagie/text/rtf/document/RtfDocument.html" title="class in com.lowagie.text.rtf.document">RtfDocument</A> <B>rtfDoc</B></PRE><DL><DD>The RtfDocument object.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../../../com/lowagie/text/rtf/document/RtfDocument.html" title="class in com.lowagie.text.rtf.document"><CODE>RtfDocument</CODE></A></DL></DL><HR><A NAME="doc"><!-- --></A><H3>doc</H3><PRE>private <A HREF="../../../../../../com/lowagie/text/Document.html" title="class in com.lowagie.text">Document</A> <B>doc</B></PRE><DL><DD>The iText Document object.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../../../com/lowagie/text/Document.html" title="class in com.lowagie.text"><CODE>Document</CODE></A></DL></DL><HR><A NAME="buffer"><!-- --></A><H3>buffer</H3><PRE>private <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</A> <B>buffer</B></PRE><DL><DL></DL></DL><HR><A NAME="conversionType"><!-- --></A><H3>conversionType</H3><PRE>private int <B>conversionType</B></PRE><DL><DD>Indicates the parser action. Import or Conversion.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../../../com/lowagie/text/rtf/parser/RtfParser.html#TYPE_UNIDENTIFIED"><CODE>RtfParser.TYPE_UNIDENTIFIED</CODE></A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/RtfParser.html#TYPE_CONVERT"><CODE>RtfParser.TYPE_CONVERT</CODE></A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/RtfParser.html#TYPE_IMPORT_FRAGMENT"><CODE>RtfParser.TYPE_IMPORT_FRAGMENT</CODE></A>, <A HREF="../../../../../../com/lowagie/text/rtf/parser/RtfParser.html#TYPE_IMPORT_FULL"><CODE>RtfParser.TYPE_IMPORT_FULL</CODE></A></DL></DL><HR><A NAME="tableLevel"><!-- --></A><H3>tableLevel</H3><PRE>private int <B>tableLevel</B></PRE><DL><DD>Indicates the current table level being processed<P><DL></DL></DL><HR><A NAME="IMPORT_IGNORED_CTRLWORDS"><!-- --></A><H3>IMPORT_IGNORED_CTRLWORDS</H3><PRE>private static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A> <B>IMPORT_IGNORED_CTRLWORDS</B></PRE><DL><DL></DL></DL><HR><A NAME="CONVERT_IGNORED_CTRLWORDS"><!-- --></A><H3>CONVERT_IGNORED_CTRLWORDS</H3><PRE>private static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A> <B>CONVERT_IGNORED_CTRLWORDS</B></PRE><DL><DL></DL></DL><HR><A NAME="iTextParagraph"><!-- --></A><H3>iTextParagraph</H3><PRE>private <A HREF="../../../../../../com/lowagie/text/Paragraph.html" title="class in com.lowagie.text">Paragraph</A> <B>iTextParagraph</B></PRE><DL><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="RtfDestinationDocument()"><!-- --></A><H3>RtfDestinationDocument</H3><PRE>public <B>RtfDestinationDocument</B>()</PRE><DL></DL><HR><A NAME="RtfDestinationDocument(com.lowagie.text.rtf.parser.RtfParser)"><!-- --></A><H3>RtfDestinationDocument</H3><PRE>public <B>RtfDestinationDocument</B>(<A HREF="../../../../../../com/lowagie/text/rtf/parser/RtfParser.html" title="class in com.lowagie.text.rtf.parser">RtfParser</A> parser)</PRE><DL><DD>Constructs a new <code>RtfDestinationDocument</code> using the parameters to initialize the object.<P><DL><DT><B>Parameters:</B><DD><CODE>parser</CODE> - an RtfParser.</DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="finalize()"><!-- --></A><H3>finalize</H3><PRE>protected void <B>finalize</B>() throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A></PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A></CODE></DL></DD></DL><HR><A NAME="setParser(com.lowagie.text.rtf.parser.RtfParser)"><!-- --></A><H3>setParser</H3><PRE>public void <B>setParser</B>(<A HREF="../../../../../../com/lowagie/text/rtf/parser/RtfParser.html" title="class in com.lowagie.text.rtf.parser">RtfParser</A> parser)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#setParser(com.lowagie.text.rtf.parser.RtfParser)">RtfDestination</A></CODE></B></DD><DD>Set the parser to use with the RtfDestination object.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#setParser(com.lowagie.text.rtf.parser.RtfParser)">setParser</A></CODE> in class <CODE><A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html" title="class in com.lowagie.text.rtf.parser.destinations">RtfDestination</A></CODE></DL></DD><DD><DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -