Uses of Class
org.foray.pdf.object.PDFObject

Packages that use PDFObject
org.foray.pdf.object Classes representing various PDF objects, used in the construction of a PDF document. 
 

Uses of PDFObject in org.foray.pdf.object
 

Classes in org.foray.pdf.object with type parameters of type PDFObject
 class PDFNameTree<T extends PDFObject>
          A PDF Name Tree.
 class PDFNumberTree<T extends PDFObject>
          A PDF Number Tree.
 

Subclasses of PDFObject in org.foray.pdf.object
 class PDFAction
          class representing an action object.
 class PDFAnnotation
          Abstract superclass for /Annot objects.
 class PDFAnnotList
          A collection of PDFAnnotation objects that are associated with a PDFPage.
 class PDFArray
          A PDF array object.
 class PDFBorderStyle
          A PDF Border Style Dictionary.
 class PDFCharProcs
          class representing a /CharProcs dictionary for Type3 fonts.
 class PDFCIDFont
          Class representing a "character identifier" font.
 class PDFCIDFontDescriptor
          Class representing a PDF Font Descriptor for CID fonts.
 class PDFCIDSystemInfo
          System information for "character identifier" fonts, that is, a description of the character collection assumed by the CIDFont.
 class PDFCMap
          A CMap encoding.
 class PDFColor
          A color in a PDF document.
 class PDFContentStream
          Specialized version of PDFStream with methods useful in creating PDF content streams.
 class PDFDate
          Represents a Date object in PDF.
 class PDFDestination
          A PDF Explicit Destination, a destination that points to a specific page / location / view.
 class PDFEmbeddedFileStream
          Container for a PDF Embedded File Stream.
 class PDFEncoding
          Class representing an /Encoding object.
 class PDFEncryption
          class representing a /Filter /Standard object.
 class PDFFileSpec
          A File Specification Dictionary.
 class PDFFont
          A /Font object in PDF.
 class PDFFontDescriptor
          Class representing a PDF Font Descriptor.
 class PDFFontFileStream
          Specialized PDFStream for a PDF Font file.
 class PDFFontType0
          class representing a Type0 font.
 class PDFFunction
          class representing a PDF Function.
 class PDFGoTo
          class representing a /GoTo object.
 class PDFGoToRemote
          class representing a /GoToR object.
 class PDFICCStream
          Specialized PDFStream for an ICC Colorspace.
 class PDFInfo
          Represents a PDF document information dictionary /Info object.
 class PDFLink
          A PDF /Annot object of /Subtype /Link.
 class PDFNameTree<T extends PDFObject>
          A PDF Name Tree.
 class PDFNumberTree<T extends PDFObject>
          A PDF Number Tree.
 class PDFOutline
          An Outline dictionary in PDF.
 class PDFOutlineItem
          An Outline Item Dictionary in PDF.
 class PDFOutlineParent
          Abstract superclass for PDFObjects that can be parents of a PDFOutlineItem object.
 class PDFPage
          A PDF Page.
 class PDFPageLabel
          A PDF PageLabel Dictionary.
 class PDFPages
          class representing a /Pages object.
 class PDFPathPaint
          Abstract superclass for classes painting paths.
 class PDFPattern
          class representing a PDF Function.
 class PDFResources
          class representing a /Resources object.
 class PDFRoot
          The Root (/Catalog) object.
 class PDFShading
          class representing a PDF Smooth Shading object.
 class PDFStream
          Superclass for all PDF stream objects.
 class PDFString
          A PDF String Object, as defined in PDF Reference, 2nd edition, Section 3.2.3.
 class PDFTextString
          A PDF Text String, as defined in PDF Reference, 2nd Edition, Section 3.8.1.
 class PDFToUnicodeCMap
          Class representing ToUnicode CMaps.
 class PDFUri
          A PDF Uri link.
 class PDFXForm
          Represents a "Form" XObject.
 class PDFXFormEps
          A PDF "Form" XObject containing an EPS graphic.
 class PdfXFormMath
          A PDF "Form" XObject containing a MathML document.
 class PDFXFormSvg
          A PDF "Form" XObject containing an SVG.
 class PDFXImage
          A sampled image that is to be embedded in a PDF File.
 class PDFXObject
          PDF XObject (external object), aka a "named resource".
 class PDFXReference
          Represents a "Reference" XObject, which is a reference to content from another PDF.
 

Methods in org.foray.pdf.object with parameters of type PDFObject
 void PDFDocument.registerIndirectObject(PDFObject object)
          Register an object as an indirect object.
 void PDFDocument.registerIndirectObjectLast(PDFObject object)
          Register an object as an indirect object that should be written at the end of the PDF output.
 



Copyright © 2017. All rights reserved.