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

BorderPanel

A border panel.

BorderPanel Properties

Property Type Access Description
angleComboboxes AngleComboboxes read All angle comboboxes.
angleEditboxes AngleEditboxes read All angle editboxes.
borderPanels BorderPanels read All border panels.
checkboxControls CheckboxControls read All checkbox controls.
dialogColumns DialogColumns read All columns.
dropdowns Dropdowns read All dropdowns.
enablingGroups EnablingGroups read All enabling checkbox panels.
id Long read A unique number identifying the object.
index Long read Index of the object within its parent object.
integerComboboxes IntegerComboboxes read All integer comboboxes.
integerEditboxes IntegerEditboxes read All integer editboxes.
measurementComboboxes read All measurement comboboxes.
measurementEditboxes read All measurement editboxes.
minWidth Real r/w The minimum width for this control.
parent Object read The parent of the object.
percentComboboxes PercentComboboxes read All percent comboboxes.
percentEditboxes PercentEditboxes read All percent editboxes.
properties An array of property names and values r/w Property that allows setting of several properties at the same time.
radiobuttonGroups RadiobuttonGroups read All radio button groups.
realComboboxes RealComboboxes read All real number comboboxes.
realEditboxes RealEditboxes read All real number editboxes.
staticTexts StaticTexts read All static texts.
textEditboxes TextEditboxes read All text editboxes.
widgets Widgets read All widgets.

BorderPanel 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.