|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.rtf.parser.destinations.RtfDestination
com.lowagie.text.rtf.parser.destinations.RtfDestinationInfo
public class RtfDestinationInfo
RtfDestinationInfo handles data destined for the info destination
| Field Summary | |
|---|---|
private String |
elementName
|
private String |
text
|
| Fields inherited from class com.lowagie.text.rtf.parser.destinations.RtfDestination |
|---|
lastCtrlWord, modified, rtfParser |
| Constructor Summary | |
|---|---|
RtfDestinationInfo()
|
|
RtfDestinationInfo(RtfParser parser,
String elementname)
Constructs a new RtfDestinationInfo. |
|
| Method Summary | |
|---|---|
boolean |
closeDestination()
Clean up when destination is closed. |
boolean |
handleCharacter(int ch)
Handle text for this destination |
boolean |
handleCloseGroup()
Clean up when group is closed. |
boolean |
handleControlWord(RtfCtrlWordData ctrlWordData)
Handle control word for this destination |
boolean |
handleOpenGroup()
Setup when group is opened. |
boolean |
handleOpeningSubGroup()
Handle a new subgroup contained within this group |
void |
setElementName(String value)
|
void |
setParser(RtfParser parser)
Set the parser to use with the RtfDestination object. |
void |
setToDefaults()
Method to set this object to the default values. |
| Methods inherited from class com.lowagie.text.rtf.parser.destinations.RtfDestination |
|---|
addListener, afterCharacter, afterCtrlWord, beforeCharacter, beforeCtrlWord, getNewTokeniserState, isModified, onCharacter, onCloseGroup, onCtrlWord, onOpenGroup, removeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String elementName
private String text
| Constructor Detail |
|---|
public RtfDestinationInfo()
public RtfDestinationInfo(RtfParser parser,
String elementname)
parser - The RtfParser object.| Method Detail |
|---|
public void setParser(RtfParser parser)
RtfDestination
setParser in class RtfDestinationparser - The RtfParser object.public void setElementName(String value)
public boolean handleOpeningSubGroup()
RtfDestination
handleOpeningSubGroup in class RtfDestinationpublic boolean closeDestination()
RtfDestination
closeDestination in class RtfDestinationpublic boolean handleCloseGroup()
RtfDestination
handleCloseGroup in class RtfDestinationpublic boolean handleOpenGroup()
RtfDestination
handleOpenGroup in class RtfDestinationpublic boolean handleCharacter(int ch)
RtfDestination
handleCharacter in class RtfDestinationpublic boolean handleControlWord(RtfCtrlWordData ctrlWordData)
RtfDestination
handleControlWord in class RtfDestinationctrlWordData - The control word and parameter information object
public void setToDefaults()
RtfDestination
setToDefaults in class RtfDestination
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||