public class Xmp extends MBScriptableObject
myLogger
Constructor and Description |
---|
Xmp()
Empty constructor required for JS objects.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
jsFunction_asString()
Get the XMP as a String.
|
AltWrapper |
jsFunction_newAlt()
Create a new Alternative.
|
BagWrapper |
jsFunction_newBag()
Create a new Bag.
|
SeqWrapper |
jsFunction_newSeq()
Create a new Sequence.
|
ResourceWrapper |
jsFunction_newStructure()
Create a new Structure.
|
void |
jsFunction_remove(java.lang.String thePrefix,
java.lang.String theField)
Remove the given field.
|
Xmp |
jsFunction_setNamespacePrefix(java.lang.String theUri,
java.lang.String thePrefix)
Set the XMP prefix for a given namespace URI.
|
ResourceWrapper |
jsGet_meta()
Get the current XMP as a ResourceWrapper object.
|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public ResourceWrapper jsGet_meta()
public Xmp jsFunction_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 jsFunction_asString()
public SeqWrapper jsFunction_newSeq()
public BagWrapper jsFunction_newBag()
public AltWrapper jsFunction_newAlt()
public ResourceWrapper jsFunction_newStructure()
public void jsFunction_remove(java.lang.String thePrefix, java.lang.String theField)
thePrefix
- The XMP prefixtheField
- The field specCopyright © 2023 MediaBeacon, Inc. All Rights Reserved.