Class StructureHierarchyMember

All Implemented Interfaces:
PDFWritable
Direct Known Subclasses:
PDFStructElem, PDFStructTreeRoot

public abstract class StructureHierarchyMember extends PDFDictionary
An element in the document's structure tree. This can be either the structure tree root or a structure element. "Section 10.6, Logical Structure of the PDF Reference, 4th edition (PDF 1.5)"
  • Constructor Details

    • StructureHierarchyMember

      public StructureHierarchyMember()
  • Method Details

    • addKid

      public abstract void addKid(PDFObject kid)
      Adds the given object to the array of kids.
      Parameters:
      kid - an object to be added to the K entry