Class PdfASchema

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

    @Deprecated
    public class PdfASchema
    extends XmpSchema
    Deprecated.
    An implementation of an XmpSchema.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONFORMANCE
      Deprecated.
      Conformance, A, B, or U.
      static java.lang.String DEFAULT_XPATH_ID
      Deprecated.
      default namespace identifier
      static java.lang.String DEFAULT_XPATH_URI
      Deprecated.
      default namespace uri
      static java.lang.String PART
      Deprecated.
      Part, always 1.
      private static long serialVersionUID
      Deprecated.
       
      • Fields inherited from class java.util.Properties

        defaults
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfASchema()
      Deprecated.
      Creates a schema containing PDF/A information.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addConformance​(java.lang.String conformance)
      Deprecated.
      Adds the conformance.
      void addPart​(java.lang.String part)
      Deprecated.
      Adds part.
      • 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

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
      • DEFAULT_XPATH_ID

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

        public static final java.lang.String DEFAULT_XPATH_URI
        Deprecated.
        default namespace uri
        See Also:
        Constant Field Values
      • PART

        public static final java.lang.String PART
        Deprecated.
        Part, always 1.
        See Also:
        Constant Field Values
      • CONFORMANCE

        public static final java.lang.String CONFORMANCE
        Deprecated.
        Conformance, A, B, or U.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PdfASchema

        public PdfASchema()
        Deprecated.
        Creates a schema containing PDF/A information.
    • Method Detail

      • addPart

        public void addPart​(java.lang.String part)
        Deprecated.
        Adds part.
        Parameters:
        part -
      • addConformance

        public void addConformance​(java.lang.String conformance)
        Deprecated.
        Adds the conformance.
        Parameters:
        conformance -