PageLineJumpDirX Cell (Page Layout Section)
Determines the direction of line jumps on horizontal dynamic connectors on the drawing page for which you haven't applied a local jump direction.
Value |
Line jump direction |
Automation constant |
---|---|---|
0 |
Default; left or the page's setting for shapes |
visLOJumpDirXDefault |
1 |
Up |
visLOJumpDirXUp |
2 |
Down |
visLOJumpDirXDown |
Remarks
To get a reference to the PageLineJumpDirX cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
PageLineJumpDirX |
To get a reference to the PageLineJumpDirX cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOJumpDirX |