Class PdfSchema

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>

    class PdfSchema
    extends XmpSchema
    An implementation of an XmpSchema.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String DEFAULT_XPATH_ID
      default namespace identifier
      private static java.lang.String DEFAULT_XPATH_URI
      default namespace uri
      private static java.lang.String KEYWORDS
      Keywords.
      private static java.lang.String PRODUCER
      The Producer.
      private static long serialVersionUID  
      • Fields inherited from class java.util.Properties

        defaults
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfSchema()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addKeywords​(java.lang.String keywords)
      Adds keywords.
      void addProducer​(java.lang.String producer)
      Adds the producer.
      • Methods inherited from class java.util.Properties

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • DEFAULT_XPATH_ID

        private static final java.lang.String DEFAULT_XPATH_ID
        default namespace identifier
        See Also:
        Constant Field Values
      • DEFAULT_XPATH_URI

        private static final java.lang.String DEFAULT_XPATH_URI
        default namespace uri
        See Also:
        Constant Field Values
    • Constructor Detail

      • PdfSchema

        public PdfSchema()
    • Method Detail

      • addKeywords

        public void addKeywords​(java.lang.String keywords)
        Adds keywords.
        Parameters:
        keywords -
      • addProducer

        public void addProducer​(java.lang.String producer)
        Adds the producer.
        Parameters:
        producer -