Class PdfStructureElement

    • Constructor Detail

      • PdfStructureElement

        public PdfStructureElement​(PdfStructureElement parent,
                                   PdfName structureType)
        Creates a new instance of PdfStructureElement.
        Parameters:
        parent - the parent of this node
        structureType - the type of structure. It may be a standard type or a user type mapped by the role map
      • PdfStructureElement

        public PdfStructureElement​(PdfStructureTreeRoot root,
                                   PdfName structureType)
        Creates a new instance of PdfStructureElement.
        Parameters:
        root - the parent of this node
        structureType - the type of structure. It may be a standard type or a user type mapped by the role map