Save This Page
Home » iText-2.1.7 » com.lowagie » text » xml » [javadoc | source]
com.lowagie.text.xml
public class: XmlToPdf [javadoc | source]
java.lang.Object
   com.lowagie.text.xml.XmlToXXX
      com.lowagie.text.xml.XmlToPdf
PDF-specific subclass of XmlToXXX.
Fields inherited from com.lowagie.text.xml.XmlToXXX:
pageSize
Constructor:
 public XmlToPdf() 
 public XmlToPdf(String pageSize) 
    Construct an XmlToPdf with the specified page size.
    Parameters:
    pageSize - String page size name from com.lowagie.text.PageSize.
Method from com.lowagie.text.xml.XmlToPdf 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.XmlToPdf 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 XmlToPdf class.