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

(Global Index)

Syntax

service ConnectorShape;

Description

This service is for a ConnectorShape , a specialized Shape , which can be connected to other Shape s or GluePoint s.

Included Services

com::sun::star::drawing::Shape

com::sun::star::drawing::LineProperties

Description

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


com::sun::star::drawing::ConnectorProperties

Description

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


com::sun::star::drawing::ShadowProperties

Description

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


com::sun::star::drawing::Text

Description

This abstract service specifies the general characteristics of an optional text inside a Shape .


com::sun::star::drawing::RotationDescriptor

Property Summary

StartShape this property either holds the shape that the start point of this connector is connected to, or is empty when the start point of the connector is not connected to a shape.

StartGluePointIndex this property holds the index of the glue point the start point of this connector is glued on.

StartPosition this is the position of the connectors start point in 100th/mm. For unconnected start points you can get and set the position. For connected start points you can only get the position.

EndShape this property either holds the shape that the end point of this connector is connected to, or is empty when the end point of the connector is not connected to a shape.

EndPosition this property holds the index of the glue point the end point of this connector is glued on.

EndGluePointIndex this is the position of the connectors end point in 100th/mm. For unconnected end points you can get and set the position. For connected end points you can only get the position.

EdgeLine1Delta This property contains the distance of line 1.

EdgeLine2Delta This property contains the distance of line 2.

EdgeLine3Delta This property contains the distance of line 3.

Property Details



StartShape

Syntax

com::sun::star::drawing::XShape StartShape;

Description

this property either holds the shape that the start point of this connector is connected to, or is empty when the start point of the connector is not connected to a shape.


StartGluePointIndex

Syntax

long StartGluePointIndex;

Description

this property holds the index of the glue point the start point of this connector is glued on.


StartPosition

Syntax

com::sun::star::awt::Point StartPosition;

Description

this is the position of the connectors start point in 100th/mm. For unconnected start points you can get and set the position. For connected start points you can only get the position.


EndShape

Syntax

com::sun::star::drawing::XShape EndShape;

Description

this property either holds the shape that the end point of this connector is connected to, or is empty when the end point of the connector is not connected to a shape.


EndPosition

Syntax

com::sun::star::awt::Point EndPosition;

Description

this property holds the index of the glue point the end point of this connector is glued on.


EndGluePointIndex

Syntax

long EndGluePointIndex;

Description

this is the position of the connectors end point in 100th/mm. For unconnected end points you can get and set the position. For connected end points you can only get the position.


EdgeLine1Delta

Syntax

long EdgeLine1Delta;

Description

This property contains the distance of line 1.


EdgeLine2Delta

Syntax

long EdgeLine2Delta;

Description

This property contains the distance of line 2.


EdgeLine3Delta

Syntax

long EdgeLine3Delta;

Description

This property contains the distance of line 3.

Top of Page