Package | Description |
---|---|
com.lowagie.text.rtf.parser.ctrlwords | |
com.lowagie.text.rtf.parser.destinations |
Modifier and Type | Field and Description |
---|---|
protected RtfParser |
RtfCtrlWordHandler.rtfParser
Local variable referencing the parser object.
|
Constructor and Description |
---|
RtfCtrlWordHandler(RtfParser rtfParser,
String ctrlWord,
int defaultParameterValue,
boolean passDefaultParameterValue,
int ctrlWordType,
String prefix,
String suffix,
String specialHandler)
Constructor:
|
RtfCtrlWordMgr(RtfParser rtfParser,
PushbackInputStream reader)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected RtfParser |
RtfDestination.rtfParser
Parser object
|
Modifier and Type | Method and Description |
---|---|
static RtfDestinationMgr |
RtfDestinationMgr.getInstance(RtfParser parser) |
void |
RtfDestinationStylesheetTable.setParser(RtfParser parser) |
static void |
RtfDestinationMgr.setParser(RtfParser parser) |
void |
RtfDestinationListTable.setParser(RtfParser parser) |
void |
RtfDestinationInfo.setParser(RtfParser parser) |
void |
RtfDestinationFontTable.setParser(RtfParser parser) |
void |
RtfDestinationDocument.setParser(RtfParser parser) |
void |
RtfDestinationColorTable.setParser(RtfParser parser) |
void |
RtfDestination.setParser(RtfParser parser)
Set the parser to use with the RtfDestination object.
|
Constructor and Description |
---|
RtfDestination(RtfParser parser)
Constructor
|
RtfDestinationColorTable(RtfParser parser)
Constructs a new RtfColorTableParser.
|
RtfDestinationDocument(RtfParser parser)
Constructs a new
RtfDestinationDocument using
the parameters to initialize the object. |
RtfDestinationFontTable(RtfParser parser)
Constructs a new RtfFontTableParser.
|
RtfDestinationInfo(RtfParser parser,
String elementname)
Constructs a new RtfDestinationInfo.
|
RtfDestinationListTable(RtfParser parser) |
RtfDestinationShppict(RtfParser parser)
Constructs a new RtfDestinationShppict.
|
RtfDestinationStylesheetTable(RtfParser parser,
String type) |
Copyright © 2015. All rights reserved.