public static class PdfMaker.Page extends PdfMaker.PdfDictionary
parent
Modifier and Type | Method and Description |
---|---|
void |
addStream(byte[] data) |
void |
addStream(byte[] data,
int offset,
int length) |
void |
cancel()
Cancel the page.
|
void |
finish()
Finish the page and commit it to the PDF file.
|
PdfMaker.PageCanvas |
getCanvas() |
PdfMaker |
getDocument() |
PointRect |
getFullSize(PointRect dest) |
protected void |
prepareForWrite() |
addAll, put, put, putObject, putProperties, putProperty, putProperty, putReference, size, writeContents
getReference, writeAsObject
public PdfMaker getDocument()
public void finish() throws IOException
IOException
public void cancel()
public PdfMaker.PageCanvas getCanvas()
public void addStream(byte[] data) throws IOException
IOException
public void addStream(byte[] data, int offset, int length) throws IOException
IOException
protected void prepareForWrite()
prepareForWrite
in class PdfMaker.PdfDictionary