EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificações Página 276

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 304
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 275
CHAPTER 10: Scripting Access to XMP Metadata XMPScript object reference 276
XMPMeta object functions
resolveAlias()
XMPMeta.resolveAlias (aliasNS, aliasProp)
schemaNS
The alias namespace URI string. See Schema namespace string constants” on
page 262.
aliasProp
The alias property string.
Retrieves information about the actual property to which an alias is mapped.
Returns an XMPAliasInfo object
.
appendArrayItem()
XMPMetaObj.appendArrayItem(schemaNS, arrayName[, itemOptions],
itemValue[, arrayOptions])
schemaNS
The namespace URI string. See Schema namespace string constants” on
page 262.
arrayName
The array-type property name string. Can be a general path expression.
itemOptions
Optional. A flag that describes the new item, if it is being created. One of:
0: The default. A simple item, or the type implied by the
arrayOptions value.
XMPConst.PROP_IS_ARRAY: The item is an array (of type alt, bag, or seq).
XMPConst.PROP_IS_STRUCT: The item is a structure with nested fields.
itemValue
The new item value string. Pass null for array items that do not have values.
arrayOptions
Optional. A flag that describes the array form. Must be provided if the array is
being created; ignored if the array already exists. One of:
X XMPConst.ARRAY_IS_ORDERED — Item order is significant. Implies
XMPConst.PROP_IS_ARRAY.
X XMPConst.ARRAY_IS_ALTERNATIVE — Items are mutually exclusive
alternates. Implies
XMPConst.PROP_IS_ARRAY and
XMPConst.ARRAY_IS_ORDERED.
Appends an item to an existing array, or creates a new array-type property if the named array does
not exist.
Returns
undefined.
countArrayItems()
XMPMetaObj.countArrayItems(schemaNS, arrayName)
schemaNS
The namespace URI string. See Schema namespace string constants” on
page 262.
arrayName
The array-type property name string. Can be a general path expression.
Reports the number of items in an array-type metadata property.
Returns the number of items.
Vista de página 275
1 2 ... 271 272 273 274 275 276 277 278 279 280 281 ... 303 304

Comentários a estes Manuais

Sem comentários