com.lowagie.text.rtf.parser.destinations

Class RtfDestinationInfo

public class RtfDestinationInfo extends RtfDestination

RtfDestinationInfo handles data destined for the info destination

Since: 2.0.8

Author: Howard Shank (hgshank@yahoo.com)

Field Summary
StringelementName
Stringtext
Constructor Summary
RtfDestinationInfo()
RtfDestinationInfo(RtfParser parser, String elementname)
Constructs a new RtfDestinationInfo.
Method Summary
booleancloseDestination()
booleanhandleCharacter(int ch)
booleanhandleCloseGroup()
booleanhandleControlWord(RtfCtrlWordData ctrlWordData)
booleanhandleOpenGroup()
booleanhandleOpeningSubGroup()
voidsetElementName(String value)
voidsetParser(RtfParser parser)
voidsetToDefaults()

Field Detail

elementName

private String elementName

text

private String text

Constructor Detail

RtfDestinationInfo

public RtfDestinationInfo()

RtfDestinationInfo

public RtfDestinationInfo(RtfParser parser, String elementname)
Constructs a new RtfDestinationInfo.

Parameters: parser The RtfParser object.

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()

setElementName

public void setElementName(String value)

setParser

public void setParser(RtfParser parser)

setToDefaults

public void setToDefaults()