Uses of Class
com.lowagie.text.rtf.parser.RtfImportMappings
Packages that use RtfImportMappings
-
Uses of RtfImportMappings in com.lowagie.text.rtf
Methods in com.lowagie.text.rtf with parameters of type RtfImportMappingsModifier and TypeMethodDescriptionvoid
RtfWriter2.importRtfFragment
(InputStream documentSource, RtfImportMappings mappings) Adds a fragment of an RTF document to the current RTF document being generated.void
RtfWriter2.importRtfFragment
(InputStream documentSource, RtfImportMappings mappings, EventListener[] events) Adds a fragment of an RTF document to the current RTF document being generated. -
Uses of RtfImportMappings in com.lowagie.text.rtf.parser
Methods in com.lowagie.text.rtf.parser with parameters of type RtfImportMappingsModifier and TypeMethodDescriptionprivate void
RtfParser.handleImportMappings
(RtfImportMappings importMappings) Imports the mappings defined in the RtfImportMappings into the RtfImportHeader of this RtfParser2.void
RtfParser.importRtfFragment
(InputStream readerIn, RtfDocument rtfDoc, RtfImportMappings importMappings) Imports an RTF fragment.