fop 2.2

org.apache.fop.render.pdf.extensions
Class PDFExtensionAttachment

java.lang.Object
  extended by 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


Field Summary
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 Summary
PDFExtensionAttachment()
          Default constructor.
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xmlgraphics.util.XMLizable
toSAX
 

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
Constructor Detail

PDFExtensionAttachment

public PDFExtensionAttachment()
Default constructor.

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 interface ExtensionAttachment
Returns:
the category URI

fop 2.2

Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.