Uses of Class org.apache.fop.pdf.PDFObject

Uses in package org.apache.fop.pdf

Classes derived from org.apache.fop.pdf.PDFObject

class
This is an abstract base class for PDF streams.
class
class representing an action object.
class
class representing an object which is a list of annotations.
class
Class representing an array object.
class
class representing a /CharProcs dictionary for Type3 fonts.
class
Class representing a "character identifier" font (p 210 and onwards).
class
class representing a font descriptor for CID fonts.
class
class representing system information for "character identifier" fonts.
class
Class representing the CMap encodings.
class
PDF Color object.
class
class representing a named destination
class
class representing an /Dests dictionary object
class
Class representing a PDF dictionary object
class
class representing an /Encoding object.
class
class representing a /Filter /Standard object.
class
class representing a /FileSpec object.
class
Class representing a /Font object.
class
Class representing a font descriptor (/FontDescriptor object).
class
A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).
class
Class representing a TrueType font.
class
Class representing a Type0 font.
class
Class representing a Type1 or MMType1 font (not necessary for the base 14).
class
Class representing a Type3 font.
class
PDF Form XObject A derivative of the PDFXObject, is a PDF Stream that has not only a dictionary but a stream of image data.
class
class representing a PDF Function.
class
class representing a /GoTo object.
class
class representing a /GoToR object.
class
Class representing a /ExtGState object.
class
Represents an ICCBased color space in PDF.
class
Special PDFStream for ICC profiles (color profiles).
class
class representing an /Info object
class
class used to create a PDF internal link
class
class representing an /Annot object of /Subtype /Link
class
Special PDFStream for Metadata.
class
Class representing a PDF Names object
class
Class representing a PDF name tree node.
class
This class represents a simple number object.
class
This represents a single Outline object in a PDF, including the root Outlines object.
class
Represents the OutputIntent dictionary.
class
Class representing a /Page object.
class
class representing a /Pages object.
class
Base class for PDF painting operations.
class
class representing a PDF Function.
class
The PDF resource context.
class
class representing a /Resources object.
class
class representing a Root (/Catalog) object
class
class representing a PDF Smooth Shading object.
class
Class representing a PDF stream.
class
Special PDFStream for embedding Type 1 fonts.
class
This class represents a simple number object.
class
Class representing ToUnicode CMaps.
class
Special PDFStream for embeddable TrueType fonts.
class
class used to create a PDF Uri link
class
PDF XObject A derivative of the PDF Object, is a PDF Stream that has not only a dictionary but a stream of image data.
class
Transition Dictionary This class is used to build a transition dictionary to specify the transition between pages.

Constructors with parameter type org.apache.fop.pdf.PDFObject

Creates a new PDF reference.

Methods with parameter type org.apache.fop.pdf.PDFObject

void
add an /Annot object of /Subtype /Link.
void
set this page's annotation list
void
Adds an PDFObject to this document.
void
Add trailer object.
void
Assigns the PDFObject a object number and sets the parent of the PDFObject to this PDFDocument.
byte[]
PDFEncryption.encrypt(byte[] data, PDFObject refObj)
Encrypt an array of bytes using a reference PDFObject for calculating the encryption key.
byte[]
PDFEncryptionJCE.encrypt(byte[] data, PDFObject refObj)
PDFObject
Registers a PDFObject in this PDF document.

Methods with return type org.apache.fop.pdf.PDFObject

PDFObject
Returns the PDF object
PDFObject
Registers a PDFObject in this PDF document.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.