Class PDFExtensionAttachment
- java.lang.Object
-
- org.apache.fop.render.pdf.extensions.PDFExtensionAttachment
-
- All Implemented Interfaces:
ExtensionAttachment
,org.apache.xmlgraphics.util.XMLizable
- Direct Known Subclasses:
PDFDictionaryAttachment
,PDFEmbeddedFileAttachment
public abstract class PDFExtensionAttachment extends java.lang.Object implements ExtensionAttachment, org.apache.xmlgraphics.util.XMLizable
-
-
Constructor Summary
Constructors Constructor Description PDFExtensionAttachment()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCategory()
This method returns a category URI that allows a processor (layout manager or renderer) to determine if it supports this object.java.lang.String
getPrefix()
-
-
-
Field Detail
-
CATEGORY
public static final java.lang.String CATEGORY
The category URI for this extension attachment.- See Also:
- Constant Field Values
-
PREFIX
public static final java.lang.String PREFIX
The prefix to use with qualified names for this extension attachment.- See Also:
- Constant Field Values
-
-
Method Detail
-
getPrefix
public java.lang.String getPrefix()
-
getCategory
public java.lang.String getCategory()
Description copied from interface:ExtensionAttachment
This method returns a category URI that allows a processor (layout manager or renderer) to determine if it supports this object.- Specified by:
getCategory
in interfaceExtensionAttachment
- Returns:
- the category URI
-
-