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 TypeMethodDescriptionvoidRtfWriter2.importRtfFragment(InputStream documentSource, RtfImportMappings mappings) Adds a fragment of an RTF document to the current RTF document being generated.voidRtfWriter2.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 TypeMethodDescriptionvoidRtfParser.importRtfFragment(InputStream readerIn, RtfDocument rtfDoc, RtfImportMappings importMappings) Imports an RTF fragment.