makeCellPRBoundary
layoutXL makeCellPRBoundary cyclic { "Rectangle" | "Polygon" | "None" }
Description
Controls whether a PR boundary is created for the made cell. When the PR boundary needs to be created, the environment variable also specifies the shape of the PR boundary.
The default is Rectangle. When set to NONE, no PR boundary is created for the made cell.
GUI Equivalent
Examples
envGetVal("layoutXL" "makeCellPRBoundary")
envSetVal("layoutXL" "makeCellPRBoundary" 'cyclic "Rectangle")
envSetVal("layoutXL" "makeCellPRBoundary" 'cyclic "Polygon")
envSetVal("layoutXL" "makeCellPRBoundary" 'cyclic "None")
Related Topics
List of Layout XL Environment Variables
Return to top