translator is undoable, queryable, and editable.
Set or query parameters associated with the file translators.
Long name (short name) |
[argument types] |
Properties |
-list(-l)
|
|
|
|
Return a string array of all the translators that are loaded.
In query mode, this flag needs a value.
|
|
-defaultOptions(-do)
|
string
|

|
|
Return/set a string of default options used by this translator.
In query mode, this flag needs a value.
|
|
-optionsScript(-os)
|
|
|
|
Query the name of the options script to use to post the user
options UI. When this script is invoked it will expect the name of the
parent layout in which the options will be displayed as well as the name
of the callback to be invoked once the apply button has been depressed
in the options area.
In query mode, this flag needs a value.
|
|
-readSupport(-rs)
|
|
|
|
Returns true if this translator supports read operations.
In query mode, this flag needs a value.
|
|
-writeSupport(-ws)
|
|
|
|
Returns true if this translator supports write operations.
In query mode, this flag needs a value.
|
|
-fileCompression(-cmp)
|
string
|

|
|
Specifies the compression action to take when a file is saved.
Possible values are "compressed", "uncompressed" "asCompressed".
In query mode, this flag needs a value.
|
|
-extension(-ext)
|
|
|
|
Returns the default file extension for this translator.
In query mode, this flag needs a value.
|
|
-filter(-f)
|
|
|
|
Returns the filter string used for this translator.
In query mode, this flag needs a value.
|
|