public class Body extends List
| Constructor and Description |
|---|
Body() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
getByteOffsetStart() |
IndirectObject |
getNewIndirectObject() |
IndirectObject |
getNewIndirectObject(int Number,
int Generation,
boolean InUse) |
IndirectObject |
getObjectByNumberID(int Number) |
int |
getObjectNumberStart() |
int |
getObjectsCount() |
void |
includeIndirectObject(IndirectObject iobj) |
void |
setByteOffsetStart(int Value) |
void |
setObjectNumberStart(int Value) |
String |
toPDFString() |
int |
write(OutputStream out) |
renderListpublic int getObjectNumberStart()
public void setObjectNumberStart(int Value)
public int getByteOffsetStart()
public void setByteOffsetStart(int Value)
public int getObjectsCount()
public IndirectObject getNewIndirectObject()
public IndirectObject getNewIndirectObject(int Number, int Generation, boolean InUse)
public IndirectObject getObjectByNumberID(int Number)
public void includeIndirectObject(IndirectObject iobj)
public String toPDFString()
toPDFString in class Basepublic int write(OutputStream out) throws IOException
IOExceptionCopyright © 2016. All rights reserved.