| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| 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 | Class and Description |
|---|---|
class |
PDDestinationNameTreeNode
This class holds all of the name trees that are available at the document level.
|
class |
PDEmbeddedFilesNameTreeNode
This class holds all of the name trees that are available at the document level.
|
class |
PDJavascriptNameTreeNode
This class holds all of the name trees that are available at the document level.
|
class |
PDStructureElementNameTreeNode
todo: JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
protected PDNameTreeNode<PDStructureElement> |
PDStructureElementNameTreeNode.createChildNode(COSDictionary dic) |
protected PDNameTreeNode<PDComplexFileSpecification> |
PDEmbeddedFilesNameTreeNode.createChildNode(COSDictionary dic) |
protected PDNameTreeNode<PDActionJavaScript> |
PDJavascriptNameTreeNode.createChildNode(COSDictionary dic) |
protected PDNameTreeNode<PDPageDestination> |
PDDestinationNameTreeNode.createChildNode(COSDictionary dic) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PDNameTreeNode<T> |
PDNameTreeNode.createChildNode(COSDictionary dic)
Create a child node object.
|
PDNameTreeNode<T> |
PDNameTreeNode.getParent()
Returns the parent node.
|
| Modifier and Type | Method and Description |
|---|---|
List<PDNameTreeNode<T>> |
PDNameTreeNode.getKids()
Return the children of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDNameTreeNode.setParent(PDNameTreeNode<T> parentNode)
Sets the parent to the given node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDNameTreeNode.setKids(List<? extends PDNameTreeNode<T>> kids)
Set the children of this named tree.
|
| Modifier and Type | Method and Description |
|---|---|
PDNameTreeNode<PDStructureElement> |
PDStructureTreeRoot.getIDTree()
Returns the ID tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDStructureTreeRoot.setIDTree(PDNameTreeNode<PDStructureElement> idTree)
Sets the ID tree.
|
Copyright © 2020 sejda. All rights reserved.