|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.mc.StructureItem
public abstract class StructureItem
The abstract StructureItem class is extended by StructureMCID and StructureObject.
Field Summary | |
---|---|
protected int |
pageref
The object number of the page to which this structure item belongs. |
Constructor Summary | |
---|---|
StructureItem()
|
Method Summary | |
---|---|
int |
checkMCID(int pageref,
int mcid)
Checks if an MCID corresponds with the MCID stored in the StructureItem. |
int |
checkStructParent(int pageref,
int structParent)
Checks if a StructParent corresponds with the StructParent stored in the StructureItem. |
int |
getPageref()
Returns the number of the page object to which the structure item belongs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int pageref
Constructor Detail |
---|
public StructureItem()
Method Detail |
---|
public int getPageref()
public int checkMCID(int pageref, int mcid)
pageref
- the page reference that needs to be checkedmcid
- the MCID that needs to be checked
public int checkStructParent(int pageref, int structParent)
pageref
- the page reference that needs to be checkedstructParent
- the structParent that needs to be checked
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |