Class AdobePDFSchema


  • public class AdobePDFSchema
    extends XMPSchema
    Representation of Adobe PDF Schema
    • Constructor Detail

      • AdobePDFSchema

        public AdobePDFSchema​(XMPMetadata metadata)
        Constructor of an Adobe PDF schema with preferred prefix
        Parameters:
        metadata - The metadata to attach this schema
      • AdobePDFSchema

        public AdobePDFSchema​(XMPMetadata metadata,
                              java.lang.String ownPrefix)
        Constructor of an Adobe PDF schema with specified prefix
        Parameters:
        metadata - The metadata to attach this schema
        ownPrefix - The prefix to assign
    • Method Detail

      • setKeywords

        public void setKeywords​(java.lang.String value)
        Set the PDF keywords
        Parameters:
        value - Value to set
      • setKeywordsProperty

        public void setKeywordsProperty​(TextType keywords)
        Set the PDF keywords
        Parameters:
        keywords - Property to set
      • setPDFVersion

        public void setPDFVersion​(java.lang.String value)
        Set the PDFVersion
        Parameters:
        value - Value to set
      • setPDFVersionProperty

        public void setPDFVersionProperty​(TextType version)
        Set the PDFVersion
        Parameters:
        version - Property to set
      • setProducer

        public void setProducer​(java.lang.String value)
        Set the PDFProducer
        Parameters:
        value - Value to set
      • setProducerProperty

        public void setProducerProperty​(TextType producer)
        Set the PDFProducer
        Parameters:
        producer - Property to set
      • getKeywordsProperty

        public TextType getKeywordsProperty()
        Give the PDF Keywords property
        Returns:
        The property object
      • getKeywords

        public java.lang.String getKeywords()
        Give the PDF Keywords property value (string)
        Returns:
        The property value
      • getPDFVersionProperty

        public TextType getPDFVersionProperty()
        Give the PDFVersion property
        Returns:
        The property object
      • getPDFVersion

        public java.lang.String getPDFVersion()
        Give the PDFVersion property value (string)
        Returns:
        The property value
      • getProducerProperty

        public TextType getProducerProperty()
        Give the producer property
        Returns:
        The property object
      • getProducer

        public java.lang.String getProducer()
        Give the producer property value (string)
        Returns:
        The property value