Uses of Class
org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper

Packages that use PDDictionaryWrapper
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. 
 

Uses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.common
 

Subclasses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.common
 class PDTypedDictionaryWrapper
          A 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
 class PDAttributeObject
          An attribute object.
 class PDDefaultAttributeObject
          A default attribute object.
 class PDUserAttributeObject
          A User attribute object.
 class PDUserProperty
          A user property.
 

Uses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
 

Subclasses of PDDictionaryWrapper in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
 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.