Uses of Package
org.pdfbox.pdmodel.common

Packages that use org.pdfbox.pdmodel.common
org.pdfbox.cos These are the low level objects that make up a PDF document.  
org.pdfbox.encoding This package contains the implementations for all of the encodings that are used in PDF documents. 
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
org.pdfbox.pdmodel.common.filespecification The file specification package defines classes that are used for the PDF File Specification logic. 
org.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.pdfbox.pdmodel.documentinterchange.prepress This package contains classes for prepress support in PDFBox. 
org.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. 
org.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. 
org.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. 
org.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. 
org.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document. 
org.pdfbox.pdmodel.interactive.action This package represents actions that can be performed in a PDF document. 
org.pdfbox.pdmodel.interactive.action.type This package contains all of the available PDF action types. 
org.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
org.pdfbox.pdmodel.interactive.digitalsignature The digitial signature library will manage signatures that are stored in the PDF document. 
org.pdfbox.pdmodel.interactive.documentnavigation.destination The destination package allows destinations into a pdf document to be specified. 
org.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created. 
org.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. 
org.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality. 
org.pdfbox.pdmodel.interactive.viewerpreferences A package to allow access to document viewing preferences. 
org.pdfbox.ttf This package contains classes to parse a TTF file. 
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.cos
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.encoding
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel
COSObjectable
          This is an interface used to get/create the underlying COSObject.
PDMetadata
          This class represents metadata for various objects in a PDF document.
PDNameTreeNode
          This class represends a PDF Name tree.
PDRectangle
          This represents a rectangle in a PDF document.
PDStream
          A PDStream represents a stream in a PDF document.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.common
COSDictionaryMap
          This is a Map that will automatically sync the contents to a COSDictionary.
COSObjectable
          This is an interface used to get/create the underlying COSObject.
DualCOSObjectable
          This is an interface to represent a PDModel object that holds two COS objects.
PDMetadata
          This class represents metadata for various objects in a PDF document.
PDNameTreeNode
          This class represends a PDF Name tree.
PDObjectStream
          A PDStream represents a stream in a PDF document.
PDRectangle
          This represents a rectangle in a PDF document.
PDStream
          A PDStream represents a stream in a PDF document.
PDTextStream
          A PDTextStream class is used when the PDF specification supports either a string or a stream for the value of an object.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.common.filespecification
COSObjectable
          This is an interface used to get/create the underlying COSObject.
PDStream
          A PDStream represents a stream in a PDF document.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.documentinterchange.logicalstructure
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.documentinterchange.prepress
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.fdf
COSObjectable
          This is an interface used to get/create the underlying COSObject.
PDRange
          This class will be used to signify a range.
PDTextStream
          A PDTextStream class is used when the PDF specification supports either a string or a stream for the value of an object.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.font
COSObjectable
          This is an interface used to get/create the underlying COSObject.
PDMatrix
          This class will be used for matrix manipulation.
PDRectangle
          This represents a rectangle in a PDF document.
PDStream
          A PDStream represents a stream in a PDF document.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.graphics
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.graphics.color
COSObjectable
          This is an interface used to get/create the underlying COSObject.
PDMatrix
          This class will be used for matrix manipulation.
PDRange
          This class will be used to signify a range.
PDStream
          A PDStream represents a stream in a PDF document.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.graphics.xobject
COSObjectable
          This is an interface used to get/create the underlying COSObject.
PDMetadata
          This class represents metadata for various objects in a PDF document.
PDStream
          A PDStream represents a stream in a PDF document.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.interactive.action
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.interactive.action.type
COSObjectable
          This is an interface used to get/create the underlying COSObject.
PDTextStream
          A PDTextStream class is used when the PDF specification supports either a string or a stream for the value of an object.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.interactive.annotation
COSObjectable
          This is an interface used to get/create the underlying COSObject.
PDRectangle
          This represents a rectangle in a PDF document.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.interactive.digitalsignature
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.interactive.documentnavigation.destination
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.interactive.documentnavigation.outline
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.interactive.form
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.interactive.pagenavigation
COSObjectable
          This is an interface used to get/create the underlying COSObject.
PDRectangle
          This represents a rectangle in a PDF document.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.pdmodel.interactive.viewerpreferences
COSObjectable
          This is an interface used to get/create the underlying COSObject.
 

Classes in org.pdfbox.pdmodel.common used by org.pdfbox.ttf
PDStream
          A PDStream represents a stream in a PDF document.