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.
|
static java.lang.String |
PREFIX
The prefix to use with qualified names 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.
|
java.lang.String |
getPrefix() |
public static final java.lang.String CATEGORY
public static final java.lang.String PREFIX
public java.lang.String getPrefix()
public java.lang.String getCategory()
ExtensionAttachment
getCategory
in interface ExtensionAttachment
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.