Uses of Class
com.lowagie.text.rtf.parser.RtfImportMappings

Packages that use RtfImportMappings
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
 void 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 RtfImportMappings
 void RtfParser.importRtfFragment(InputStream readerIn, RtfDocument rtfDoc, RtfImportMappings importMappings)
          Imports an RTF fragment.
 



Copyright © 2012. All Rights Reserved.