Uses of Class
com.lowagie.text.rtf.parser.destinations.RtfDestinationMgr
-
Packages that use RtfDestinationMgr Package Description com.lowagie.text.rtf.parser com.lowagie.text.rtf.parser.destinations -
-
Uses of RtfDestinationMgr in com.lowagie.text.rtf.parser
Fields in com.lowagie.text.rtf.parser declared as RtfDestinationMgr Modifier and Type Field Description private RtfDestinationMgr
RtfParser. destinationMgr
The RtfDestinationMgr object to manage destinations. -
Uses of RtfDestinationMgr in com.lowagie.text.rtf.parser.destinations
Fields in com.lowagie.text.rtf.parser.destinations declared as RtfDestinationMgr Modifier and Type Field Description private static RtfDestinationMgr
RtfDestinationMgr. instance
Methods in com.lowagie.text.rtf.parser.destinations that return RtfDestinationMgr Modifier and Type Method Description static RtfDestinationMgr
RtfDestinationMgr. getInstance()
static RtfDestinationMgr
RtfDestinationMgr. getInstance(RtfParser parser)
-