Uses of Class
com.lowagie.text.rtf.parser.destinations.RtfDestination
-
Packages that use RtfDestination Package Description com.lowagie.text.rtf.parser com.lowagie.text.rtf.parser.destinations -
-
Uses of RtfDestination in com.lowagie.text.rtf.parser
Fields in com.lowagie.text.rtf.parser declared as RtfDestination Modifier and Type Field Description RtfDestinationRtfParserState. destinationThe current destination.Methods in com.lowagie.text.rtf.parser that return RtfDestination Modifier and Type Method Description RtfDestinationRtfParser. getCurrentDestination()Get the current destination object.RtfDestinationRtfParser. getDestination(java.lang.String destination)Get a destination from the map -
Uses of RtfDestination in com.lowagie.text.rtf.parser.destinations
Subclasses of RtfDestination in com.lowagie.text.rtf.parser.destinations Modifier and Type Class Description classRtfDestinationColorTableRtfDestinationColorTablehandles data destined for the color table destinationclassRtfDestinationDocumentRtfDestinationDocumenthandles data destined for the document destinationclassRtfDestinationFontTableRtfDestinationFontTablehandles data destined for the font table destinationclassRtfDestinationInfoRtfDestinationInfohandles data destined for the info destinationclassRtfDestinationListTableRtfDestinationListTablehandles data destined for the List Table destinationclassRtfDestinationNullRtfDestinationNullis for discarded entries.classRtfDestinationShppictRtfDestinationShppicthandles data destined for picture destinationsclassRtfDestinationStylesheetTableRtfDestinationStylesheetTablehandles data destined for the Stylesheet Table destinationMethods in com.lowagie.text.rtf.parser.destinations that return RtfDestination Modifier and Type Method Description static RtfDestinationRtfDestinationMgr. getDestination(java.lang.String destination)
-