insertDefaultSpreadType
layoutXL.APAssist insertDefaultSpreadType cyclic { "Any" | "Horizontal" | "Vertical" }
Description
Specifies the direction in which objects should be moved in insert mode. The following arguments signify the move directions:
-
Any: Moves the overlapped device by a minimum distance in any direction. -
Horizontal: Moves the overlapped device by a minimum distance along the right or left directions only. -
Vertical: Moves the overlapped device by a minimum distance along the top or bottom directions only.
GUI Equivalent
|
Assisted – Assisted Placement – Enable – Resolve Overlaps – Spread Any Direction, Spread X-Direction Only |
Examples
envGetVal("layoutXL.APAssist" "insertDefaultSpreadType")
envSetVal("layoutXL.APAssist" "insertDefaultSpreadType" 'cyclic "Vertical")
Related Topics
Setting the Assisted Placement Options in the Placement Options Form
Return to top