Class PdfConst


  • public class PdfConst
    extends java.lang.Object
    Class that contains several constants.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String Advisory
      An unordered array specifying properties that were edited outside the authoring application.
      static java.lang.String BaseURL
      The base URL for relative URLs in the document content.
      static java.lang.String Contributor
      External Contributors to the resource (other than the authors).
      static java.lang.String Coverage
      The extent or scope of the resource.
      static java.lang.String CreateDate
      The date and time the resource was originally created.
      static java.lang.String Creator
      The authors of the resource (listed in order of precedence, if significant).
      static java.lang.String CreatorTool
      The name of the first known tool used to create the resource.
      static java.lang.String Date
      Date(s) that something interesting happened to the resource.
      static java.lang.String Description
      A textual description of the content of the resource.
      static java.lang.String Format
      The file format used when saving the resource.
      static java.lang.String Identifier
      An unordered array of text strings that unambiguously identify the resource within a given context.
      static java.lang.String Keywords
      Keywords.
      static java.lang.String Language
      An unordered array specifying the languages used in the resource.
      static java.lang.String MetadataDate
      The date and time that any metadata for this resource was last changed.
      static java.lang.String ModifyDate
      The date and time the resource was last modified.
      static java.lang.String Nickname
      A short informal name for the resource.
      static java.lang.String Part
      The part
      static java.lang.String Producer
      The Producer.
      static java.lang.String Publisher
      Publishers.
      static java.lang.String Relation
      Relationships to other documents.
      static java.lang.String Rights
      Informal rights statement, selected by language.
      static java.lang.String Source
      Unique identifier of the work from which this resource was derived.
      static java.lang.String Subject
      An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
      static java.lang.String Thumbnails
      An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.
      static java.lang.String Title
      The title of the document, or the name given to the resource.
      static java.lang.String Trapped
      Indicates whether the document has been modified to include trapping information
      static java.lang.String Type
      A document type; for example, novel, poem, or working paper.
      static java.lang.String Version
      The PDF file version (for example: 1.0, 1.3, and so on).
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfConst()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Contributor

        public static final java.lang.String Contributor
        External Contributors to the resource (other than the authors).
        See Also:
        Constant Field Values
      • Coverage

        public static final java.lang.String Coverage
        The extent or scope of the resource.
        See Also:
        Constant Field Values
      • Creator

        public static final java.lang.String Creator
        The authors of the resource (listed in order of precedence, if significant).
        See Also:
        Constant Field Values
      • Date

        public static final java.lang.String Date
        Date(s) that something interesting happened to the resource.
        See Also:
        Constant Field Values
      • Description

        public static final java.lang.String Description
        A textual description of the content of the resource. Multiple values may be present for different languages.
        See Also:
        Constant Field Values
      • Format

        public static final java.lang.String Format
        The file format used when saving the resource. Tools and applications should set this property to the save format of the data. It may include appropriate qualifiers.
        See Also:
        Constant Field Values
      • Identifier

        public static final java.lang.String Identifier
        An unordered array of text strings that unambiguously identify the resource within a given context.
        See Also:
        Constant Field Values
      • Language

        public static final java.lang.String Language
        An unordered array specifying the languages used in the resource.
        See Also:
        Constant Field Values
      • Relation

        public static final java.lang.String Relation
        Relationships to other documents.
        See Also:
        Constant Field Values
      • Rights

        public static final java.lang.String Rights
        Informal rights statement, selected by language.
        See Also:
        Constant Field Values
      • Source

        public static final java.lang.String Source
        Unique identifier of the work from which this resource was derived.
        See Also:
        Constant Field Values
      • Subject

        public static final java.lang.String Subject
        An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
        See Also:
        Constant Field Values
      • Title

        public static final java.lang.String Title
        The title of the document, or the name given to the resource. Typically, it will be a name by which the resource is formally known.
        See Also:
        Constant Field Values
      • Type

        public static final java.lang.String Type
        A document type; for example, novel, poem, or working paper.
        See Also:
        Constant Field Values
      • Version

        public static final java.lang.String Version
        The PDF file version (for example: 1.0, 1.3, and so on).
        See Also:
        Constant Field Values
      • Advisory

        public static final java.lang.String Advisory
        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 (U+0020).
        See Also:
        Constant Field Values
      • BaseURL

        public static final java.lang.String BaseURL
        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 java.lang.String CreateDate
        The date and time the resource was originally created.
        See Also:
        Constant Field Values
      • CreatorTool

        public static final java.lang.String CreatorTool
        The name of the first known tool used to create the resource. If history is present in the metadata, this value should be equivalent to that of xmpMM:History's softwareAgent property.
        See Also:
        Constant Field Values
      • MetadataDate

        public static final java.lang.String MetadataDate
        The date and time that any metadata for this resource was last changed.
        See Also:
        Constant Field Values
      • ModifyDate

        public static final java.lang.String ModifyDate
        The date and time the resource was last modified.
        See Also:
        Constant Field Values
      • Nickname

        public static final java.lang.String Nickname
        A short informal name for the resource.
        See Also:
        Constant Field Values
      • Thumbnails

        public static final java.lang.String Thumbnails
        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
      • Trapped

        public static final java.lang.String Trapped
        Indicates whether the document has been modified to include trapping information
        See Also:
        Constant Field Values
    • Constructor Detail

      • PdfConst

        public PdfConst()