public abstract static class PdfMaker.PdfObject extends Object
| Modifier and Type | Field and Description |
|---|---|
PdfMaker.PdfObject |
parent |
| Constructor and Description |
|---|
PdfObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReference() |
protected void |
prepareForWrite() |
void |
writeAsObject(PdfMaker maker) |
abstract void |
writeContents(PdfMaker.PdfOutputStream out) |
public PdfMaker.PdfObject parent
public String getReference()
protected void prepareForWrite()
public void writeAsObject(PdfMaker maker) throws IOException
IOExceptionpublic abstract void writeContents(PdfMaker.PdfOutputStream out) throws IOException
IOException