Class OperationXmpNamespace


  • public class OperationXmpNamespace
    extends Object
    Used to set the namespace for XMP metadata.
    • Constructor Detail

      • OperationXmpNamespace

        public OperationXmpNamespace()
    • Method Detail

      • getNamespaceName

        @Nullable
        public @Nullable String getNamespaceName()
        Sets the namespace for the XMP data (e.g. \"webPDF XMP Properties\")
        Returns:
        namespaceName
      • setNamespaceName

        public void setNamespaceName​(String namespaceName)
      • getNamespacePrefix

        @Nullable
        public @Nullable String getNamespacePrefix()
        Sets the prefix for the XMP data (e.g. \"webpdf\")
        Returns:
        namespacePrefix
      • setNamespacePrefix

        public void setNamespacePrefix​(String namespacePrefix)
      • getNamespaceURI

        @Nullable
        public @Nullable String getNamespaceURI()
        Sets the URI for the XMP data (e.g. \"http://ns.webpdf.de/webpdf/6.0/\")
        Returns:
        namespaceURI
      • setNamespaceURI

        public void setNamespaceURI​(String namespaceURI)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object