com.itextpdf.text.xml.xmp
Class XmpMMProperties

java.lang.Object
  extended by com.itextpdf.text.xml.xmp.XmpMMProperties

public class XmpMMProperties
extends Object


Field Summary
static String DERIVEDFROM
          A reference to the original document from which this one is derived.
static String DOCUMENTID
          The common identifier for all versions and renditions of a document.
static String HISTORY
          An ordered array of high-level user actions that resulted in this resource.
static String MANAGEDFROM
          A reference to the document as it was prior to becoming managed.
static String MANAGER
          The name of the asset management system that manages this resource.
static String MANAGERVARIANT
          Specifies a particular variant of the asset management system.
static String MANAGETO
          A URI identifying the managed resource to the asset management system; the presence of this property is the formal indication that this resource is managed.
static String MANAGEUI
          A URI that can be used to access information about the managed resource through a web browser.
static String RENDITIONCLASS
          The rendition class name for this resource.
static String RENDITIONPARAMS
          Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM: RenditionClass.
static String VERSIONID
          The document version identifier for this resource.
static String VERSIONS
          The version history associated with this resource.
 
Constructor Summary
XmpMMProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DERIVEDFROM

public static final String DERIVEDFROM
A reference to the original document from which this one is derived. It is a minimal reference; missing components can be assumed to be unchanged. For example, a new version might only need to specify the instance ID and version number of the previous version, or a rendition might only need to specify the instance ID and rendition class of the original.

See Also:
Constant Field Values

DOCUMENTID

public static final String DOCUMENTID
The common identifier for all versions and renditions of a document.

See Also:
Constant Field Values

HISTORY

public static final String HISTORY
An ordered array of high-level user actions that resulted in this resource. It is intended to give human readers a general indication of the steps taken to make the changes from the previous version to this one. The list should be at an abstract level; it is not intended to be an exhaustive keystroke or other detailed history.

See Also:
Constant Field Values

MANAGEDFROM

public static final String MANAGEDFROM
A reference to the document as it was prior to becoming managed. It is set when a managed document is introduced to an asset management system that does not currently own it. It may or may not include references to different management systems.

See Also:
Constant Field Values

MANAGER

public static final String MANAGER
The name of the asset management system that manages this resource.

See Also:
Constant Field Values

MANAGETO

public static final String MANAGETO
A URI identifying the managed resource to the asset management system; the presence of this property is the formal indication that this resource is managed. The form and content of this URI is private to the asset management system.

See Also:
Constant Field Values

MANAGEUI

public static final String MANAGEUI
A URI that can be used to access information about the managed resource through a web browser. It might require a custom browser plugin.

See Also:
Constant Field Values

MANAGERVARIANT

public static final String MANAGERVARIANT
Specifies a particular variant of the asset management system. The format of this property is private to the specific asset management system.

See Also:
Constant Field Values

RENDITIONCLASS

public static final String RENDITIONCLASS
The rendition class name for this resource.

See Also:
Constant Field Values

RENDITIONPARAMS

public static final String RENDITIONPARAMS
Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM: RenditionClass.

See Also:
Constant Field Values

VERSIONID

public static final String VERSIONID
The document version identifier for this resource.

See Also:
Constant Field Values

VERSIONS

public static final String VERSIONS
The version history associated with this resource.

See Also:
Constant Field Values
Constructor Detail

XmpMMProperties

public XmpMMProperties()


Copyright © 2014. All Rights Reserved.