protected class PdfReader.ParserObject extends PdfObject
PdfReader to mark positions while parsing PDF
objects.| Modifier | Constructor and Description |
|---|---|
protected |
ParserObject() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
writePdf(PdfWriter w,
boolean spacing)
Writes this object in PDF format.
|
protected int writePdf(PdfWriter w, boolean spacing) throws java.io.IOException
PdfObjectwritePdf in class PdfObjectw - the PdfWriter to write to.spacing - specifies whether to add white-space before
the object. A value of true enables the
addition of white-space. If the object begins with a PDF
delimiter, then this option is ignored and no white-space
is written.java.io.IOException