org.apache.fop.pdf
Interface PDFWritable
- 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.
String | toInlinePDFString() - Returns a representation of this object for in-object placement, i.e.
|
toInlinePDFString
public 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.
- the String representation
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.