public abstract class PDFExtensionAttachment extends java.lang.Object implements ExtensionAttachment, org.apache.xmlgraphics.util.XMLizable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CATEGORY
The category URI for this extension attachment.
|
Constructor and Description |
---|
PDFExtensionAttachment()
Default constructor.
|
Modifier and Type | Method and 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.
|
protected abstract java.lang.String |
getElement() |
java.lang.String |
getType() |
java.lang.String |
toString() |
public static final java.lang.String CATEGORY
public java.lang.String getCategory()
ExtensionAttachment
getCategory
in interface ExtensionAttachment
ExtensionAttachment.getCategory()
public java.lang.String getType()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
protected abstract java.lang.String getElement()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.