org.apache.fop.pdf
Class PDFXObject
- PDFWritable
public abstract class PDFXObject
Abstract base class of PDF XObjects.
A derivative of the PDF Object, is a PDF Stream that has not only a
dictionary but a stream of image data.
The dictionary just provides information like the stream length.
This outputs the image dictionary and the image data.
This is used as a reference for inserting the same image in the
document in another place.
PDFXObject() - Create an XObject with the given number.
|
encode , encodeBinaryToHexString , encodeString , encodeText , formatDateTime , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , getParent , hasObjectNumber , makeReference , output , outputInline , referencePDF , setDocument , setObjectNumber , setParent , toPDF , toPDFString |
PDFXObject
public PDFXObject()
Create an XObject with the given number.
getName
public PDFName getName()
Returns the XObject's name.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.