Uses of Class
com.lowagie.text.rtf.parser.destinations.RtfDestination
Packages that use RtfDestination
-
Uses of RtfDestination in com.lowagie.text.rtf.parser
Fields in com.lowagie.text.rtf.parser declared as RtfDestinationMethods in com.lowagie.text.rtf.parser that return RtfDestinationModifier and TypeMethodDescriptionRtfParser.getCurrentDestination()Get the current destination object.RtfParser.getDestination(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.destinationsModifier and TypeClassDescriptionclassRtfDestinationColorTablehandles data destined for the color table destinationfinal classRtfDestinationDocumenthandles data destined for the document destinationfinal classRtfDestinationFontTablehandles data destined for the font table destinationclassRtfDestinationInfohandles data destined for the info destinationclassRtfDestinationListTablehandles data destined for the List Table destinationfinal classRtfDestinationNullis for discarded entries.classRtfDestinationShppicthandles data destined for picture destinationsclassRtfDestinationStylesheetTablehandles data destined for the Stylesheet Table destinationFields in com.lowagie.text.rtf.parser.destinations with type parameters of type RtfDestinationModifier and TypeFieldDescriptionprivate static final Map<String,RtfDestination> RtfDestinationMgr.destinationObjectsDestination objects.private static final Map<String,RtfDestination> RtfDestinationMgr.destinationsCtrlWord <-> Destination map object.Methods in com.lowagie.text.rtf.parser.destinations that return RtfDestinationModifier and TypeMethodDescriptionstatic RtfDestinationRtfDestinationMgr.getDestination(String destination)