public final class Id extends PdfObject implements Comparable
Modifier and Type | Field and Description |
---|---|
int |
gen |
boolean |
inUse |
int |
newGen |
int |
newNum |
int |
num |
com.pd4ml.pdf.parser.Objects |
xref |
Constructor and Description |
---|
Id(int objectNumber,
int generationNumber,
com.pd4ml.pdf.parser.Objects xref) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object other) |
boolean |
equals(Object object) |
int |
getType() |
int |
hashCode() |
void |
setInUse(boolean flag) |
void |
setNew(int objectNumber,
int generationNumber) |
String |
toOrigString() |
String |
toString() |
resolveReferences, setToBeWritten, storeOffset, touch, write
public com.pd4ml.pdf.parser.Objects xref
public int num
public final int gen
public int newNum
public int newGen
public boolean inUse
public Id(int objectNumber, int generationNumber, com.pd4ml.pdf.parser.Objects xref)
public String toOrigString()
public void setNew(int objectNumber, int generationNumber)
public void setInUse(boolean flag)
public int compareTo(Object other)
compareTo
in interface Comparable
Revision 4.0.15 / 20220727-0149