Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines the line jump direction for line jumps occurring on a horizontal dynamic connector for a shape.
| Value | Line jump direction | Automation constant |
|---|---|---|
| 0 |
Page default |
visLOJumpDirXDefault |
| 1 |
Up |
visLOJumpDirXUp |
| 2 |
Down |
visLOJumpDirXDown |
Remarks
To set the default horizontal direction for all connector jumps on a page, use the PageLineJumpDirX cell in the Page Layout section.
To get a reference to the ConLineJumpDirX cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
ConLineJumpDirX |
To get a reference to the ConLineJumpDirX cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowShapeLayout |
| Cell index: |
visSLOJumpDirX |