Indesign Scripting Reference
home | search | Links
JavaScript >> AngleEditbox

AngleEditbox

An angle editbox control.

AngleEditbox Properties

Property Type Access Description
editContents String r/w The text in the text edit field of the control.
editValue Real r/w Real number value of the angle combobox, in degrees.
id Long read A unique number identifying the object.
index Long read Index of the object within its parent object.
largeNudge Real r/w The amount that the value of the control changes when the user holds Shift and presses the up or down arrow keys while editing the value in the control. If you do not set a value for this property, the value of the control does not change when the user presses these keys.
maximumValue Real r/w The maximum value for this control.
minimumValue Real r/w The minimum value for this control.
minWidth Real r/w The minimum width for this control.
parent Object read The parent of the object.
properties An array of property names and values r/w Property that allows setting of several properties at the same time.
smallNudge Real r/w The amount that the value of the control changes when the user presses the up or down arrow keys while editing the value in the control. If you do not set a value for this property, the value of the control does not change when the user presses these keys.

AngleEditbox Methods

Method Returns Description
getElements Array of Objects Resolve the object specifier.
toSource String Generate JavaScript source that, if executed, will return the specified objects.
toSpecifier String Retrieve the object specifier.