Save This Page
Home » iText-2.1.7 » com.lowagie » text » xml » [javadoc | source]
com.lowagie.text.xml
public class: XmlToRtf [javadoc | source]
java.lang.Object
   com.lowagie.text.xml.XmlToXXX
      com.lowagie.text.xml.XmlToRtf
RTF-specific subclass of XmlToXXX.
Fields inherited from com.lowagie.text.xml.XmlToXXX:
pageSize
Constructor:
 public XmlToRtf() 
 public XmlToRtf(String pageSize) 
    Construct an XmlToRtf with the specified page size.
    Parameters:
    pageSize - String page size name from com.lowagie.text.PageSize.
Method from com.lowagie.text.xml.XmlToRtf Summary:
addWriter,   main
Methods from com.lowagie.text.xml.XmlToXXX:
addWriter,   parse
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.xml.XmlToRtf Detail:
 protected final  void addWriter(Document doc,
    OutputStream out) throws DocumentException 
    Add a DocWriter for the specified Document and OutputStream.
 public static  void main(String[] args) 
    Main method of the XmlToRtf class.