Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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

Properties' 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.

Properties' Details

StartShape
 
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
 
long StartGluePointIndex;
Description
this property holds the index of the glue point the start point of this connector is glued on.
StartPosition
 
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
 
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
 
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
 
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
 
long EdgeLine1Delta;
Description
This property contains the distance of line 1.
EdgeLine2Delta
 
long EdgeLine2Delta;
Description
This property contains the distance of line 2.
EdgeLine3Delta
 
long EdgeLine3Delta;
Description
This property contains the distance of line 3.

Top of Page