LineJumpStyle cell (Page Layout section)

LineJumpStyle cell (Page Layout section)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Section         Rows

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 (click Page Setup on the File menu).

To reference the LineJumpStyle cell by name from another formula, or from a program using the Cells property, use:

Cell name:

LineJumpStyle

To reference the LineJumpStyle cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionObject

Row index:

visRowPageLayout

Cell index:

visPLOJumpStyle