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 Object implements ExtensionAttachment, org.apache.xmlgraphics.util.XMLizable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The category URI for this extension attachment.
    static final String
    The prefix to use with qualified names for this extension attachment.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns a category URI that allows a processor (layout manager or renderer) to determine if it supports this object.
     

    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 Details

    • CATEGORY

      public static final String CATEGORY
      The category URI for this extension attachment.
      See Also:
    • PREFIX

      public static final String PREFIX
      The prefix to use with qualified names for this extension attachment.
      See Also:
  • Constructor Details

    • PDFExtensionAttachment

      public PDFExtensionAttachment()
      Default constructor.
  • Method Details

    • getPrefix

      public String getPrefix()
    • getCategory

      public 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