width
layoutXL.wspCheck width boolean { t | nil }
Description
Specifies the type of width checking to be run on the shapes.
-
tchecks whether the width of the shapes matches the width of the active WSP. -
nilchecks whether the centerline of each shape is aligned with the centerline of the active WSP.
GUI Equivalent
|
Width ( WSP | SP Active ) |
Examples
envGetVal("layoutXL.wspCheck" "width")
envSetVal("layoutXL.wspCheck" "width" 'boolean t)
envSetVal("layoutXL.wspCheck" "width" 'boolean nil)
Related Topics
WSP | SP Active Checker Environment Variables
Checking WSP | SP Active Using Batch Checker
Return to top