public abstract class StructureItem extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
pageref
The object number of the page to which this structure item belongs.
|
Constructor and Description |
---|
StructureItem() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected int pageref
public int getPageref()
public int checkMCID(int pageref, int mcid)
pageref
- the page reference that needs to be checked
mcid
- the MCID that needs to be checked
public int checkStructParent(int pageref, int structParent)
pageref
- the page reference that needs to be checked
structParent
- the structParent that needs to be checked
Copyright © 2016. All rights reserved.