Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » rtf » [javadoc | source]
com.lowagie.text.rtf
public class: RtfMapper [javadoc | source]
java.lang.Object
   com.lowagie.text.rtf.RtfMapper
The RtfMapper provides mappings between com.lowagie.text.* classes and the corresponding com.lowagie.text.rtf.** classes.
Field Summary
 RtfDocument rtfDoc    The RtfDocument this RtfMapper belongs to 
Constructor:
 public RtfMapper(RtfDocument doc) 
    Constructs a RtfMapper for a RtfDocument
    Parameters:
    doc - The RtfDocument this RtfMapper belongs to
Method from com.lowagie.text.rtf.RtfMapper Summary:
mapElement
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.rtf.RtfMapper Detail:
 public RtfBasicElement[] mapElement(Element element) throws DocumentException 
    Takes an Element subclass and returns an array of RtfBasicElement subclasses, that contained the mapped RTF equivalent to the Element passed in.