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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 304
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 217
CHAPTER 8: ExtendScript Tools and Features Dollar ($) object 218
Dollar ($) object functions
locale
String Gets or sets the current locale. The string contains five characters in the
form
LL_RR, where LL is an ISO 639 language specifier, and RR is an ISO
3166 region specifier.
Initially, this is the value that the application or the platform returns for the
current user. You can set it to temporarily change the locale for testing. To
return to the application or platform setting, set to
undefined, null, or the
empty string.
localize
Boolean Enable or disable the extended localization features of the built-in
toString method. See Localizing ExtendScript strings.
memCache
Number Gets or sets the ExtendScript memory cache size in bytes.
os
String The current operating system version information. Read only.
screens
Array An array of objects containing information about the display screens
attached to your computer.
X Each object has the properties left, top, right, and bottom, which
contain the four corners of the drawable area of each screen in global
coordinates.
X A property primary is true if that object describes the primary display.
stack
String The current stack trace.
strict
Boolean When true, any attempt to write to a read-only property causes a runtime
error. Some objects do not permit the creation of new properties when
true.
version
String The version number of the JavaScript engine as a three-part number and
description; for example: "3.92.95 (debug)" Read only.
Function Return type
about()
$.about ()
Displays the About box for the ExtendScript component, and returns the text of the About
box as a string.
String
bp()
$.bp ([condition])
Executes a breakpoint at the current position.
condition: Optional. A string containing a JavaScript statement to be used as a
condition. If the statement evaluates to true or nonzero when this point is reached,
execution stops.
If no condition is needed, it is recommended that you use the JavaScript
debugger
statement in the script, rather than this method.
undefined
Vista de página 217
1 2 ... 213 214 215 216 217 218 219 220 221 222 223 ... 303 304

Comentários a estes Manuais

Sem comentários