public class ITextRenderer extends Object
| Constructor and Description |
|---|
ITextRenderer() |
ITextRenderer(float dotsPerPoint,
int dotsPerPixel) |
ITextRenderer(float dotsPerPoint,
int dotsPerPixel,
ITextOutputDevice outputDevice) |
ITextRenderer(float dotsPerPoint,
int dotsPerPixel,
ITextOutputDevice outputDevice,
ITextUserAgent userAgent) |
public ITextRenderer()
public ITextRenderer(float dotsPerPoint,
int dotsPerPixel)
public ITextRenderer(float dotsPerPoint,
int dotsPerPixel,
ITextOutputDevice outputDevice)
public ITextRenderer(float dotsPerPoint,
int dotsPerPixel,
ITextOutputDevice outputDevice,
ITextUserAgent userAgent)
public Document getDocument()
public ITextFontResolver getFontResolver()
public void setDocument(String uri)
public void setDocument(File file) throws IOException
IOExceptionpublic void setDocumentFromString(String content)
public void setDocument(Document doc, String url, NamespaceHandler nsh)
public PDFEncryption getPDFEncryption()
public void setPDFEncryption(PDFEncryption pdfEncryption)
public void setPDFVersion(char _v)
public char getPDFVersion()
public void layout()
public void createPDF(OutputStream os) throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentExceptionpublic void writeNextDocument()
throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentExceptionpublic void writeNextDocument(int initialPageNo)
throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentExceptionpublic void finishPDF()
public void createPDF(OutputStream os, boolean finish) throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentExceptionpublic void createPDF(OutputStream os, boolean finish, int initialPageNo) throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentExceptionpublic ITextOutputDevice getOutputDevice()
public SharedContext getSharedContext()
public void exportText(Writer writer) throws IOException
IOExceptionpublic BlockBox getRootBox()
public float getDotsPerPoint()
public PDFCreationListener getListener()
public void setListener(PDFCreationListener listener)
public com.lowagie.text.pdf.PdfWriter getWriter()
Copyright © 2016. All rights reserved.