Class PDFStructTreeRoot

All Implemented Interfaces:
PDFWritable

public class PDFStructTreeRoot extends StructureHierarchyMember
Class representing a PDF /StructTreeRoot dictionary.
  • Method Details

    • getKids

      public PDFArray getKids()
      Returns the children element of this StructTreeRoot.
      Returns:
      the value of the K entry
    • addKid

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