XMP.Value |
XMP.addDeclaration(String conformsTo,
String claimant,
String credentials,
String report,
Calendar when) |
Add a PDF Declaration to the "pdfd:declarations" structure
in the the Metadata, creating it if necessary.
|
XMP.Value |
XMP.addHistory(String action,
String parameters,
String softwareAgent,
String instanceID,
Calendar when) |
Add an event the "xmpMM:History" structure in the Metadata, creating it if necessary.
|
XMP.Value |
XMP.Value.clone(XMP xmp) |
Make a new deep copy of this Value which is tied to the specified XMP.
|
XMP.Value |
XMP.Type.create(XMP xmp,
Object source) |
Create a new Value object of this type from the specified source.
|
XMP.Value |
XMP.get(XMP.Property key) |
Return the value of the specified property as set on this XMP
|
XMP.Value |
XMP.Value.get(int i) |
If the Value is a List , return the indexed Value from that List,
or null if the value is out of range.
|
XMP.Value |
XMP.Value.get(String key) |
If the Value is a Map , return the Value that matches the specified
Property in the underlying map, or null if it doesn't exist.
|
XMP.Value |
XMP.Value.get(XMP.Property key) |
If the Value is a Map , return the Value that matches the specified
Property in the underlying map, or null if it doesn't exist.
|
XMP.Value |
XMP.Value.getQualifier(XMP.Property p) |
Return the Value associated with the specified qualifier property on this Value, if set, or null otherwise.
|
XMP.Value |
XMP.Value.putQualifier(String name,
Object data) |
Set a Qualifier on this Value.
|
XMP.Value |
XMP.set(String name,
Object data) |
Set a value on this XMP object.
|