com.lowagie.text.rtf.parser.destinations
public class RtfDestinationInfo extends RtfDestination
RtfDestinationInfo handles data destined for the info destination
Since: 2.0.8
| Field Summary | |
|---|---|
| String | elementName |
| String | text |
| Constructor Summary | |
|---|---|
| RtfDestinationInfo() | |
| RtfDestinationInfo(RtfParser parser, String elementname)
Constructs a new RtfDestinationInfo.
| |
| Method Summary | |
|---|---|
| boolean | closeDestination() |
| boolean | handleCharacter(int ch) |
| boolean | handleCloseGroup() |
| boolean | handleControlWord(RtfCtrlWordData ctrlWordData) |
| boolean | handleOpenGroup() |
| boolean | handleOpeningSubGroup() |
| void | setElementName(String value) |
| void | setParser(RtfParser parser) |
| void | setToDefaults() |
Parameters: parser The RtfParser object.