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 void
RtfWriter2. importRtfFragment(java.io.InputStream documentSource, RtfImportMappings mappings)
Adds a fragment of an RTF document to the current RTF document being generated.void
RtfWriter2. 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 private void
RtfParser. handleImportMappings(RtfImportMappings importMappings)
Imports the mappings defined in the RtfImportMappings into the RtfImportHeader of this RtfParser2.void
RtfParser. importRtfFragment(java.io.InputStream readerIn, RtfDocument rtfDoc, RtfImportMappings importMappings)
Imports an RTF fragment.
-