preserveAreaBoundary
layoutXL preserveAreaBoundary boolean { t | nil }
Description
Specifies that any existing area boundaries in the layout are preserved when you run the Generate All From Source command.
GUI Equivalent
Examples
envGetVal("layoutXL" "preserveAreaBoundary")
envSetVal("layoutXL" "preserveAreaBoundary" 'boolean t)
envSetVal("layoutXL" "preserveAreaBoundary" 'boolean nil)
Related Topics
Return to top