org.apache.fop.pdf
Interface PDFWritable
- All Known Implementing Classes:
- PDFObject, PDFReference
- 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. |
toInlinePDFString
public 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
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.