Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
org.apache.pdfbox.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.
|
Modifier and Type | Method and Description |
---|---|
protected PDNameTreeNode |
PDJavascriptNameTreeNode.createChildNode(COSDictionary dic)
Create a child node object.
|
protected PDNameTreeNode |
PDEmbeddedFilesNameTreeNode.createChildNode(COSDictionary dic)
Create a child node object.
|
protected PDNameTreeNode |
PDDestinationNameTreeNode.createChildNode(COSDictionary dic)
Create a child node object.
|
Modifier and Type | Method and Description |
---|---|
protected PDNameTreeNode |
PDNameTreeNode.createChildNode(COSDictionary dic)
Create a child node object.
|
PDNameTreeNode |
PDNameTreeNode.getParent()
Returns the parent node.
|
Modifier and Type | Method and Description |
---|---|
List<PDNameTreeNode> |
PDNameTreeNode.getKids()
Return the children of this node.
|
Modifier and Type | Method and Description |
---|---|
void |
PDNameTreeNode.setParent(PDNameTreeNode parentNode)
Sets the parent to the given node.
|
Modifier and Type | Method and Description |
---|---|
void |
PDNameTreeNode.setKids(List<? extends PDNameTreeNode> kids)
Set the children of this named tree.
|
Modifier and Type | Method and Description |
---|---|
PDNameTreeNode |
PDStructureTreeRoot.getIDTree()
Returns the ID tree.
|
Modifier and Type | Method and Description |
---|---|
void |
PDStructureTreeRoot.setIDTree(PDNameTreeNode idTree)
Sets the ID tree.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.