Package | Description |
---|---|
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.
|
org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf |
The tagged PDF package provides a mechanism for incorporating "tags" (standard
structure types and attributes) into a PDF file.
|
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline |
The outline package allows for a PDF outline(bookmarks) to be created.
|
org.apache.pdfbox.pdmodel.interactive.pagenavigation |
A package to allow provide access to PDF page navigation functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
PDTypedDictionaryWrapper
A wrapper for a COS dictionary including Type information.
|
Modifier and Type | Class and Description |
---|---|
class |
PDAttributeObject
An attribute object.
|
class |
PDDefaultAttributeObject
A default attribute object.
|
class |
PDUserAttributeObject
A User attribute object.
|
class |
PDUserProperty
A user property.
|
Modifier and Type | Class and Description |
---|---|
class |
PDExportFormatAttributeObject
An Export Format attribute object.
|
class |
PDLayoutAttributeObject
A Layout attribute object.
|
class |
PDListAttributeObject
A List attribute object.
|
class |
PDPrintFieldAttributeObject
A PrintField attribute object.
|
class |
PDStandardAttributeObject
A standard attribute object.
|
class |
PDTableAttributeObject
A Table attribute object.
|
Modifier and Type | Class and Description |
---|---|
class |
PDDocumentOutline
This represents an outline in a pdf document.
|
class |
PDOutlineItem
This represents an outline item in a pdf document.
|
class |
PDOutlineNode
Base class for a node in the outline of a PDF document.
|
Modifier and Type | Class and Description |
---|---|
class |
PDTransition
Represents a page transition as defined in paragraph 12.4.4.1 of PDF 32000-1:2008
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.