Uses of Class
com.lowagie.text.rtf.parser.RtfImportMappings
-
Packages that use RtfImportMappings Package Description com.lowagie.text.rtf com.lowagie.text.rtf.parser -
-
Uses of RtfImportMappings in com.lowagie.text.rtf
Methods in com.lowagie.text.rtf with parameters of type RtfImportMappings Modifier and Type Method Description voidRtfWriter2. importRtfFragment(java.io.InputStream documentSource, RtfImportMappings mappings)Adds a fragment of an RTF document to the current RTF document being generated.voidRtfWriter2. importRtfFragment(java.io.InputStream documentSource, RtfImportMappings mappings, java.util.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 RtfImportMappings Modifier and Type Method Description voidRtfParser. importRtfFragment(java.io.InputStream readerIn, RtfDocument rtfDoc, RtfImportMappings importMappings)Imports an RTF fragment.
-