Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |