LineJumpStyle Element

Specifies the line jump style for all connectors on the drawing page that don't have a local line jump style.

Value

Description

0

Default

1

Arc

2

Gap

3

Square

4

2 sides

5

3 sides

6

4 sides

7

5 sides

8

6 sides

9

7 sides

Syntax

<LineJumpStyle
    [Unit]
    [F]
    [Err]>
</LineJumpStyle>

Attributes

Unit

Optional string. Represents a unit of measure. The default is NUM. For details about NUM, see Units of measure.

F

Optional string. Represents the element's formula. This attribute can contain one of the following strings: "someFormula" if the formula exists locally, "No Formula" if the formula is locally deleted or blocked, or "Inh" if the formula is inherited.

If the attribute is not present, the element's formula is a simple constant, for example, <element>5</element>.

Err

Optional string. Indicates that the formula evaluates to an error. The value of Err is the current value (an error message string); the value of the element is the last valid value.

Element properties

Property

Value

Name

LineJumpStyle

Minimum Occurrences

0

Maximum Occurrences

1

Element information

Parent elements

PageLayout

Child elements

None

To specify a line jump style for a specific dynamic connector, use the ConLineJumpStyle element.

The LineJumpStyle element is relevant only when contained in a PageSheet element. It is ignored when contained in a DocumentSheet , Shape , or StyleSheet element.

Example

In the following example, the LineJumpStyle element is 6, and the LineJumpCode element is 1, so when two connector lines cross on a page, a four-sided line jump will be added to the horizontal connector line.

This code example has been excerpted for clarity.

See also

LineJumpStyle cell (Page Layout section)