com.lowagie.text.rtf.parser.destinations
public class RtfDestinationListTable extends RtfDestination
RtfDestinationListTable handles data destined for the List
Table destination
Since: 2.1.0
| Field Summary | |
|---|---|
| int | currentLevel |
| RtfListLevel | currentListLevel |
| int | currentListMappingNumber |
| int | currentSubGroupCount |
| RtfImportMgr | importHeader
The RtfImportHeader to add List mappings to. |
| RtfList | newList |
| Constructor Summary | |
|---|---|
| RtfDestinationListTable() | |
| RtfDestinationListTable(RtfParser parser) | |
| Method Summary | |
|---|---|
| boolean | closeDestination() |
| boolean | handleCharacter(int ch) |
| boolean | handleCloseGroup() |
| boolean | handleControlWord(RtfCtrlWordData ctrlWordData) |
| boolean | handleOpenGroup() |
| boolean | handleOpeningSubGroup() |
| void | setParser(RtfParser parser) |
| void | setToDefaults() |