Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |