public class Xmp extends MBScriptableObject
Constructor and Description |
---|
Xmp()
Empty constructor required for JS objects.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
(JavaScript Function) asString()
Get the XMP as a String.
|
AltWrapper |
(JavaScript Function) newAlt()
Create a new Alternative.
|
BagWrapper |
(JavaScript Function) newBag()
Create a new Bag.
|
SeqWrapper |
(JavaScript Function) newSeq()
Create a new Sequence.
|
ResourceWrapper |
(JavaScript Function) newStructure()
Create a new Structure.
|
void |
(JavaScript Function) remove(java.lang.String thePrefix,
java.lang.String theField)
Remove the given field.
|
Xmp |
(JavaScript Function) setNamespacePrefix(java.lang.String theUri,
java.lang.String thePrefix)
Set the XMP prefix for a given namespace URI.
|
ResourceWrapper |
(JavaScript Getter) meta()
Get the current XMP as a ResourceWrapper object.
|
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public ResourceWrapper (JavaScript Getter) meta()
public Xmp (JavaScript Function) setNamespacePrefix(java.lang.String theUri, java.lang.String thePrefix)
theUri
- The namespace URI to updatethePrefix
- The prefix to use for the URIthis
public java.lang.String (JavaScript Function) asString()
public SeqWrapper (JavaScript Function) newSeq()
public BagWrapper (JavaScript Function) newBag()
public AltWrapper (JavaScript Function) newAlt()
public ResourceWrapper (JavaScript Function) newStructure()
public void (JavaScript Function) remove(java.lang.String thePrefix, java.lang.String theField)
thePrefix
- The XMP prefixtheField
- The field specCopyright © 2017 MediaBeacon, Inc. All Rights Reserved.