com.lowagie.text.rtf.parser.destinations

Class RtfDestinationListTable

public class RtfDestinationListTable extends RtfDestination

RtfDestinationListTable handles data destined for the List Table destination

Since: 2.1.0

Author: Howard Shank (hgshank@yahoo.com)

Field Summary
intcurrentLevel
RtfListLevelcurrentListLevel
intcurrentListMappingNumber
intcurrentSubGroupCount
RtfImportMgrimportHeader
The RtfImportHeader to add List mappings to.
RtfListnewList
Constructor Summary
RtfDestinationListTable()
RtfDestinationListTable(RtfParser parser)
Method Summary
booleancloseDestination()
booleanhandleCharacter(int ch)
booleanhandleCloseGroup()
booleanhandleControlWord(RtfCtrlWordData ctrlWordData)
booleanhandleOpenGroup()
booleanhandleOpeningSubGroup()
voidsetParser(RtfParser parser)
voidsetToDefaults()

Field Detail

currentLevel

private int currentLevel

currentListLevel

private RtfListLevel currentListLevel

currentListMappingNumber

private int currentListMappingNumber

currentSubGroupCount

private int currentSubGroupCount

importHeader

private RtfImportMgr importHeader
The RtfImportHeader to add List mappings to.

newList

private RtfList newList

Constructor Detail

RtfDestinationListTable

public RtfDestinationListTable()

RtfDestinationListTable

public RtfDestinationListTable(RtfParser parser)

Method Detail

closeDestination

public boolean closeDestination()

handleCharacter

public boolean handleCharacter(int ch)

handleCloseGroup

public boolean handleCloseGroup()

handleControlWord

public boolean handleControlWord(RtfCtrlWordData ctrlWordData)

handleOpenGroup

public boolean handleOpenGroup()

handleOpeningSubGroup

public boolean handleOpeningSubGroup()

setParser

public void setParser(RtfParser parser)

setToDefaults

public void setToDefaults()