| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel.common | |
| org.sejda.sambox.pdmodel.documentinterchange.logicalstructure |
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
|
| Modifier and Type | Method and Description |
|---|---|
protected PDNumberTreeNode |
PDNumberTreeNode.createChildNode(COSDictionary dic)
Create a child node object.
|
| Modifier and Type | Method and Description |
|---|---|
List<PDNumberTreeNode> |
PDNumberTreeNode.getKids()
Return the children of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDNumberTreeNode.setKids(List<? extends PDNumberTreeNode> kids)
Set the children of this number tree.
|
| Modifier and Type | Method and Description |
|---|---|
PDNumberTreeNode |
PDStructureTreeRoot.getParentTree()
Returns the parent tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDStructureTreeRoot.setParentTree(PDNumberTreeNode parentTree)
Sets the parent tree.
|
Copyright © 2019 sejda. All rights reserved.