Java org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure PDStructureElement fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure PDStructureElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure PDStructureElement.

The text is from its open source code.

Constructor

Method

voidappendKid(PDMarkedContent markedContent)
Appends a marked-content sequence kid.
voidappendKid(PDMarkedContentReference markedContentReference)
Appends a marked-content reference kid.
voidappendKid(PDObjectReference objectReference)
Appends an object reference kid.
voidsetPage(PDPage page)
Sets the page on which some or all of the content items designated by the K entry shall be rendered (Pg).
voidsetParent(PDStructureNode structureNode)
Sets the parent in the structure hierarchy (P).
voidsetTitle(String title)
Sets the title (T).