Uses of Class
com.lowagie.text.rtf.parser.RtfImportMgr
-
Packages that use RtfImportMgr Package Description com.lowagie.text.rtf.parser com.lowagie.text.rtf.parser.destinations -
-
Uses of RtfImportMgr in com.lowagie.text.rtf.parser
Fields in com.lowagie.text.rtf.parser declared as RtfImportMgr Modifier and Type Field Description private RtfImportMgr
RtfParser. importMgr
The RtfImportHeader to store imported font and color mappings in.Methods in com.lowagie.text.rtf.parser that return RtfImportMgr Modifier and Type Method Description RtfImportMgr
RtfParser. getImportManager()
Get the RtfImportHeader object. -
Uses of RtfImportMgr in com.lowagie.text.rtf.parser.destinations
Fields in com.lowagie.text.rtf.parser.destinations declared as RtfImportMgr Modifier and Type Field Description private RtfImportMgr
RtfDestinationColorTable. importHeader
The RtfImportHeader to add color mappings to.private RtfImportMgr
RtfDestinationFontTable. importHeader
The RtfImportHeader to add font mappings to.private RtfImportMgr
RtfDestinationListTable. importHeader
The RtfImportHeader to add List mappings to.private RtfImportMgr
RtfDestinationStylesheetTable. importHeader
The RtfImportHeader to add color mappings to.
-