service ConnectorProperties in module com::sun::star::drawing::

(Global Index)

Syntax

service ConnectorProperties;

Description

This is a set of properties to describe the style for rendering connector.

Property Summary

EdgeKind This property contains the kind of the connector.

EdgeNode1HorzDist This property contains the horizontal distance of node 1.

EdgeNode1VertDist This property contains the vertical distance of node 1.

EdgeNode2HorzDist This property contains the horizontal distance of node 2.

EdgeNode2VertDist This property contains the vertical distance of node 2.

Property Details



EdgeKind

Syntax

com::sun::star::drawing::ConnectorType EdgeKind;

Description

This property contains the kind of the connector.


EdgeNode1HorzDist

Syntax

long EdgeNode1HorzDist;

Description

This property contains the horizontal distance of node 1.


EdgeNode1VertDist

Syntax

long EdgeNode1VertDist;

Description

This property contains the vertical distance of node 1.


EdgeNode2HorzDist

Syntax

long EdgeNode2HorzDist;

Description

This property contains the horizontal distance of node 2.


EdgeNode2VertDist

Syntax

long EdgeNode2VertDist;

Description

This property contains the vertical distance of node 2.

Top of Page