Uses of Class
org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
-
Packages that use PDDictionaryWrapper 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. -
-
Uses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.common
Subclasses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.common Modifier and Type Class Description classPDTypedDictionaryWrapperA wrapper for a COS dictionary including Type information. -
Uses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Subclasses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure Modifier and Type Class Description classPDAttributeObjectAn attribute object.classPDDefaultAttributeObjectA default attribute object.classPDUserAttributeObjectA User attribute object.classPDUserPropertyA user property. -
Uses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Subclasses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf Modifier and Type Class Description classPDExportFormatAttributeObjectAn Export Format attribute object.classPDLayoutAttributeObjectA Layout attribute object.classPDListAttributeObjectA List attribute object.classPDPrintFieldAttributeObjectA PrintField attribute object.classPDStandardAttributeObjectA standard attribute object.classPDTableAttributeObjectA Table attribute object. -
Uses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
Subclasses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline Modifier and Type Class Description classPDDocumentOutlineThis represents an outline in a pdf document.classPDOutlineItemThis represents an outline item in a pdf document.classPDOutlineNodeBase class for a node in the outline of a PDF document. -
Uses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.interactive.pagenavigation
Subclasses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.interactive.pagenavigation Modifier and Type Class Description classPDTransitionRepresents a page transition as defined in paragraph 12.4.4.1 of PDF 32000-1:2008
-