public class StructureElement
extends java.lang.Object
StructureTree| Constructor and Description |
|---|
StructureElement(PdfDictionary dict,
StructureTree tree)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildSubtree()
Build this element's subtree, if any
This checks the "K" entry in the dictionary and
locates all referened structure elements.
|
void |
checkAttributes()
Determine if the attributes of this element are
valid.
|
public StructureElement(PdfDictionary dict, StructureTree tree) throws PdfException
dict - A PdfDictionary corresponding to a structure
elementtree - The root StructureTree objectPdfExceptionpublic void buildSubtree()
throws PdfException
children.PdfExceptionpublic void checkAttributes()
throws PdfException
PdfException