LineJumpStyle Cell (Page Layout Section)
Determines the line jump style for all connectors on the drawing page that don't have a local line jump style.
Value | Line jump style | Automation constant |
---|---|---|
0 |
Arc |
visLOJumpStyleDefault |
1 |
Arc |
visLOJumpStyleArc |
2 |
Gap |
visLOJumpStyleGap |
3 |
Square |
visLOJumpStyleSquare |
4 |
2 sides |
visLOJumpStyleTriangle |
5 |
3 sides |
visLOJumpStyle2Point |
6 |
4 sides |
visLOJumpStyle3Point |
7 |
5 sides |
visLOJumpStyle4Point |
8 |
6 sides |
visLOJumpStyle5Point |
9 |
7 sides |
visLOJumpStyle6Point |
Remarks
You can also set the value of this cell on the Layout and Routing tab in the Page Setup dialog box (on the Design tab, click the Page Setup arrow, and then click Layout and Routing).
To get a reference to the LineJumpStyle cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
LineJumpStyle |
To get a reference to the LineJumpStyle cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOJumpStyle |