com.aspose.pdf.facades

Class DefaultMetadataProperties

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.facades.DefaultMetadataProperties


  • public final class DefaultMetadataProperties
    extends com.aspose.ms.System.Enum

    Enumeration of standard XMP properties.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Advisory
      xmp:Advisory property.
      static int BaseURL
      xmp:BaseURL property.
      static int CreateDate
      xmp:CreateDate property.
      static int CreatorTool
      xmp:CreatorTool property.
      static int Identifier
      xmp:Identifier property.
      static int MetadataDate
      xmp:MetadataDate property.
      static int ModifyDate
      xmp:ModifyDate property.
      static int Nickname
      xmp:Nickname property.
      static int Thumbnails
      xmp:Thumbnails property.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • Advisory

        public static final int Advisory

        xmp:Advisory property. An unordered array specifying properties that were edited outside the authoring application. Each item should contain a single /// namespace and XPath separated by one ASCII space

        See Also:
        Constant Field Values
      • BaseURL

        public static final int BaseURL

        xmp:BaseURL property. The base URL for relative URLs in the document content. If this document contains Internet links, and those links are relative, /// they are relative to this base URL. This property provides a standard way for embedded relative URLs to be interpreted by tools. /// Web authoring tools should set the value based on their notion of where URLs will be interpreted

        See Also:
        Constant Field Values
      • CreateDate

        public static final int CreateDate

        xmp:CreateDate property. The date and time the resource was originally created.

        See Also:
        Constant Field Values
      • CreatorTool

        public static final int CreatorTool

        xmp:CreatorTool property. The name of the first known tool used to create the resource.

        See Also:
        Constant Field Values
      • Identifier

        public static final int Identifier

        xmp:Identifier property. An unordered array of text strings that unambiguously identify the resource within a given context

        See Also:
        Constant Field Values
      • MetadataDate

        public static final int MetadataDate

        xmp:MetadataDate property. The date and time that any metadata for this resource was last changed

        See Also:
        Constant Field Values
      • ModifyDate

        public static final int ModifyDate

        xmp:ModifyDate property. The date and time the resource was last modified.

        See Also:
        Constant Field Values
      • Nickname

        public static final int Nickname

        xmp:Nickname property. A short informal name for the resource.

        See Also:
        Constant Field Values
      • Thumbnails

        public static final int Thumbnails

        xmp:Thumbnails property. An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.

        See Also:
        Constant Field Values