Class PDFStructTreeRoot
java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.StructureHierarchyMember
org.apache.fop.pdf.PDFStructTreeRoot
- All Implemented Interfaces:
Serializable, CompressedObject, PDFWritable
Class representing a PDF /StructTreeRoot dictionary.
- See Also:
-
Field Summary
FieldsFields inherited from class PDFDictionary
entries, order -
Constructor Summary
ConstructorsConstructorDescriptionPDFStructTreeRoot(PDFParentTree parentTree) Creates a new /StructTreeRoot dictionary. -
Method Summary
Methods inherited from class PDFDictionary
containsKey, get, getChildren, getChildren, keySet, output, put, put, remove, writeDictionaryMethods inherited from class PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, supportsObjectStream, toPDF, toPDFString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PDFStructTreeRoot
PDFStructTreeRoot(PDFParentTree parentTree) Creates a new /StructTreeRoot dictionary.- Parameters:
parentTree- the value of the ParenTree entry
-
-
Method Details
-
getKids
Returns the children element of this StructTreeRoot.- Returns:
- the value of the K entry
-
addKid
Adds the given object to the array of kids.- Specified by:
addKidin classStructureHierarchyMember- Parameters:
kid- an object to be added to the K entry
-