Namespace

DuAEProjectXMP

DuAEProjectXMP

Manages XMP Metadata of the project.

View Source DuAEF_DuSan_api.jsxinc, line 25525

Methods

# static getPropertyValue(prop, typeopt) → {Object}

Gets the value of a property.
Parameters:
Name Type Attributes Description
prop string The name of the property
type XMPConst <optional>
The property data type, one of: - XMPConst.STRING - XMPConst.INTEGER - XMPConst.NUMBER - XMPConst.BOOLEAN - XMPConst.XMPDATE

View Source DuAEF_DuSan_api.jsxinc, line 25544

The value
Object

# static getSettings() → {object}

Gets the project settings stored in XMP by DuAEF.

View Source DuAEF_DuSan_api.jsxinc, line 25608

The settings.
object

# static getXmp() → {XMPMeta}

Gets the XMP of the current project

View Source DuAEF_DuSan_api.jsxinc, line 25531

The XMP data
XMPMeta

# static saveSettings(settings)

Saves the project settings stored in XMP by DuAEF.
Parameters:
Name Type Description
settings object The settings.

View Source DuAEF_DuSan_api.jsxinc, line 25619

# static setPropertyValue(prop, value)

Sets the value of a property.
Parameters:
Name Type Description
prop string The name of the property
value Object The value

View Source DuAEF_DuSan_api.jsxinc, line 25560