org.jfree.layouting.modules.output.pdf
public class PdfDocumentWriter extends Object
Constructor Summary | |
---|---|
PdfDocumentWriter(Configuration config, OutputStream out, PdfOutputProcessorMetaData metaData) |
Method Summary | |
---|---|
void | close()
Closes the document. |
Document | getDocument() |
void | open() |
protected void | processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage) |
protected void | processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)
MetaData can be set when the writer is registered to the document. |
void | setDocument(Document document) |