org.apache.fop.fo.extensions
Interface ExtensionAttachment
- AFPPageSetup, PSSetupCode, XMPMetadata
public interface ExtensionAttachment
This interface is implemented by objects that are returned by special extension element
through the FONode.getExtensionAttachment() method. Such objects are carried in the FO tree
and made available to the layout managers that support processing extension attachments or
support passing them on to the area tree where they can be picked up by renderers.
NOTE: Classes which implement this interface need to be Serializable!
String | getCategory() - This method returns a category URI that allows a processor (layout manager or renderer)
to determine if it supports this object.
|
getCategory
public String getCategory()
This method returns a category URI that allows a processor (layout manager or renderer)
to determine if it supports this object.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.