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 RtfDestination
RtfParserState. destination
The current destination.Methods in com.lowagie.text.rtf.parser that return RtfDestination Modifier and Type Method Description RtfDestination
RtfParser. getCurrentDestination()
Get the current destination object.RtfDestination
RtfParser. 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 class
RtfDestinationColorTable
RtfDestinationColorTable
handles data destined for the color table destinationclass
RtfDestinationDocument
RtfDestinationDocument
handles data destined for the document destinationclass
RtfDestinationFontTable
RtfDestinationFontTable
handles data destined for the font table destinationclass
RtfDestinationInfo
RtfDestinationInfo
handles data destined for the info destinationclass
RtfDestinationListTable
RtfDestinationListTable
handles data destined for the List Table destinationclass
RtfDestinationNull
RtfDestinationNull
is for discarded entries.class
RtfDestinationShppict
RtfDestinationShppict
handles data destined for picture destinationsclass
RtfDestinationStylesheetTable
RtfDestinationStylesheetTable
handles data destined for the Stylesheet Table destinationFields in com.lowagie.text.rtf.parser.destinations with type parameters of type RtfDestination Modifier and Type Field Description private static java.util.Map<java.lang.String,RtfDestination>
RtfDestinationMgr. destinationObjects
Destination objects.private static java.util.Map<java.lang.String,RtfDestination>
RtfDestinationMgr. destinations
CtrlWord <-> Destination map object.Methods in com.lowagie.text.rtf.parser.destinations that return RtfDestination Modifier and Type Method Description static RtfDestination
RtfDestinationMgr. getDestination(java.lang.String destination)
-