public class PdfDocumentWriter
extends java.lang.Object
| Constructor and Description |
|---|
PdfDocumentWriter(org.pentaho.reporting.libraries.base.config.Configuration config,
java.io.OutputStream out,
PdfOutputProcessorMetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
setDocument(Document document) |
public PdfDocumentWriter(org.pentaho.reporting.libraries.base.config.Configuration config,
java.io.OutputStream out,
PdfOutputProcessorMetaData metaData)
public Document getDocument()
public void setDocument(Document document)
public void open()
throws DocumentException
DocumentExceptionprotected void processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey) throws DocumentException
DocumentExceptionprotected void processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage) throws DocumentException
DocumentExceptionpublic void close()