EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Spezifikationen Seite 279

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 304
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 278
CHAPTER 10: Scripting Access to XMP Metadata XMPScript object reference 279
dumpObject()
XMPMetaObj.dumpObject ( )
Creates and returns a string containing the metadata content of this object as RDF.
Returns a String.
getArrayItem()
XMPMetaObj.getArrayItem(schemaNS, arrayName, itemIndex)
schemaNS
The namespace URI string. See Schema namespace string constants” on
page 262.
arrayName
The array name string. Can be a general path expression.
itemIndex
Number. The 1-based position index of the item. Use
XMPConst.ARRAY_LAST_ITEM to reference the last existing item in the array.
Retrieves an item from an array-type metadata property.
Returns an XMPProperty object
, or undefined if the property is not found.
getLocalizedText()
XMPMetaObj.getLocalizedText(schemaNS, altTextName, genericLang, specificLang)
schemaNS
The namespace URI string. See Schema namespace string constants” on
page 262.
altTextName
The alternate-text array name string. Can be a general path expression.
genericLang
The name of the generic language as an RFC 3066 primary subtag. Can be null or
the empty string.
specificLang
The name of the specific language as an RFC 3066 primary subtag; for example,
en-US. Must be specified.
Retrieves the text value for a specific language from an alternate-text array. First tries to match the
specific language. If not found, tries to match the generic language, if specified. If not found, gets
the
x-default item, if any. Otherwise, gets the first item.
Returns a String, or
undefined if no matching value is not found.
Seitenansicht 278
1 2 ... 274 275 276 277 278 279 280 281 282 283 284 ... 303 304

Kommentare zu diesen Handbüchern

Keine Kommentare