alignApplySpacing
layoutalignApplySpacing boolean { t | nil}
Description
Sets the toggle button for the Apply Spacing field on the Edit – Advanced – Align form to on or off.
The default is nil. When set to t, it enables the data entry area.
To set the value for the data entry area, use the alignSpacingValue environment variable.
GUI Equivalent
Examples
envGetVal("layout" "alignApplySpacing")
envSetVal("layout" "alignApplySpacing" 'boolean t)
Related Topics
Return to top