com.lowagie.text.rtf.parser.destinations
public final class RtfDestinationDocument extends RtfDestination implements RtfPropertyListener
RtfDestinationDocument
handles data destined for the document destination
Since: 2.1.0
Field Summary | |
---|---|
StringBuffer | buffer |
int | conversionType
Indicates the parser action. |
static List | CONVERT_IGNORED_CTRLWORDS |
Document | doc
The iText Document object.
|
Paragraph | iTextParagraph |
static List | IMPORT_IGNORED_CTRLWORDS |
RtfDocument | rtfDoc
The RtfDocument object.
|
int | tableLevel
Indicates the current table level being processed |
Constructor Summary | |
---|---|
RtfDestinationDocument() | |
RtfDestinationDocument(RtfParser parser)
Constructs a new RtfDestinationDocument using
the parameters to initialize the object. |
Method Summary | |
---|---|
void | addParagraphToDocument() |
void | afterPropertyChange(String propertyName) |
void | beforePropertyChange(String propertyName) |
boolean | closeDestination() |
protected void | finalize() |
boolean | handleCharacter(int ch) |
boolean | handleCloseGroup() |
boolean | handleControlWord(RtfCtrlWordData ctrlWordData) |
boolean | handleOpenGroup() |
boolean | handleOpeningSubGroup() |
void | setParser(RtfParser parser) |
void | setToDefaults() |
void | writeBuffer()
Write the accumulated buffer to the destination.
|
void | writeText(String value)
Write the string value to the destination.
|
See Also: TYPE_UNIDENTIFIED TYPE_CONVERT TYPE_IMPORT_FRAGMENT TYPE_IMPORT_FULL
See Also: Document
See Also: RtfDocument
RtfDestinationDocument
using
the parameters to initialize the object.Parameters: parser an RtfParser.
Parameters: value