Class PDFExtensionAttachment

    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • 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()  
      • 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