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, writeContentsgetReference, writeAsObjectpublic PdfMaker getDocument()
public void finish()
throws IOException
IOExceptionpublic void cancel()
public PdfMaker.PageCanvas getCanvas()
public void addStream(byte[] data)
throws IOException
IOExceptionpublic void addStream(byte[] data,
int offset,
int length)
throws IOException
IOExceptionprotected void prepareForWrite()
prepareForWrite in class PdfMaker.PdfDictionary