setOption method
Sets the value of the Arbortext set option, scoped to this view.
setOption(name, value)
Parameters
String name
Specifies the option name, which must be a view-scope option.
String value
Specifies the new value of the option. Boolean values are specified using the strings on or off.
Returns
void
Throws
AOMException
Raised if the method detects an error (for example, if name is not a valid view-scope option).
这对您有帮助吗?