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 TypeClassDescriptionclass
RtfDestinationColorTable
handles data destined for the color table destinationfinal class
RtfDestinationDocument
handles data destined for the document destinationfinal class
RtfDestinationFontTable
handles data destined for the font table destinationclass
RtfDestinationInfo
handles data destined for the info destinationclass
RtfDestinationListTable
handles data destined for the List Table destinationfinal class
RtfDestinationNull
is for discarded entries.class
RtfDestinationShppict
handles data destined for picture destinationsclass
RtfDestinationStylesheetTable
handles 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.destinationObjects
Destination objects.private static final Map
<String, RtfDestination> RtfDestinationMgr.destinations
CtrlWord invalid input: '<'-> Destination map object.Methods in com.lowagie.text.rtf.parser.destinations that return RtfDestinationModifier and TypeMethodDescriptionstatic RtfDestination
RtfDestinationMgr.getDestination
(String destination)