Uses of Class
com.lowagie.text.rtf.parser.destinations.RtfDestination

Packages that use RtfDestination
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
 RtfDestination RtfParserState.destination
          The current destination.
 

Methods in com.lowagie.text.rtf.parser that return RtfDestination
 RtfDestination RtfParser.getCurrentDestination()
          Get the current destination object.
 RtfDestination 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.destinations
 class RtfDestinationColorTable
          RtfDestinationColorTable handles data destined for the color table destination
 class RtfDestinationDocument
          RtfDestinationDocument handles data destined for the document destination
 class RtfDestinationFontTable
          RtfDestinationFontTable handles data destined for the font table destination
 class RtfDestinationInfo
          RtfDestinationInfo handles data destined for the info destination
 class RtfDestinationListTable
          RtfDestinationListTable handles data destined for the List Table destination
 class RtfDestinationNull
          RtfDestinationNull is for discarded entries.
 class RtfDestinationShppict
          RtfDestinationShppict handles data destined for picture destinations
 class RtfDestinationStylesheetTable
          RtfDestinationStylesheetTable handles data destined for the Stylesheet Table destination
 

Methods in com.lowagie.text.rtf.parser.destinations that return RtfDestination
static RtfDestination RtfDestinationMgr.getDestination(String destination)
           
 



Copyright © 2012. All Rights Reserved.