fop 0.94

org.apache.fop.pdf
Interface PDFWritable

All Known Implementing Classes:
AbstractPDFStream, PDFAction, PDFAnnotList, PDFArray, PDFCharProcs, PDFCIDFont, PDFCIDFontDescriptor, PDFCIDSystemInfo, PDFCMap, PDFColor, PDFDestination, PDFDests, PDFDictionary, PDFEncoding, PDFEncryptionJCE, PDFFileSpec, PDFFont, PDFFontDescriptor, PDFFontNonBase14, PDFFontTrueType, PDFFontType0, PDFFontType1, PDFFontType3, PDFFormXObject, PDFFunction, PDFGoTo, PDFGoToRemote, PDFGState, PDFICCBasedColorSpace, PDFICCStream, PDFInfo, PDFInternalLink, PDFLink, PDFMetadata, PDFNames, PDFNameTreeNode, PDFNumber, PDFObject, PDFOutline, PDFOutputIntent, PDFPage, PDFPages, PDFPathPaint, PDFPattern, PDFReference, PDFResourceContext, PDFResources, PDFRoot, PDFShading, PDFStream, PDFT1Stream, PDFText, PDFToUnicodeCMap, PDFTTFStream, PDFUri, PDFXObject, TransitionDictionary

public interface PDFWritable

This interface is implemented by classes that can be serialized to a PDF file either by serializing the object or by writing a indirect reference to the actual object.


Method Summary
 java.lang.String toInlinePDFString()
          Returns a representation of this object for in-object placement, i.e. if the object has an object number its reference is returned.
 

Method Detail

toInlinePDFString

java.lang.String toInlinePDFString()
Returns a representation of this object for in-object placement, i.e. if the object has an object number its reference is returned. Otherwise, its PDF representation is returned.

Returns:
the String representation

fop 0.94

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