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

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

service ConnectorProperties

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


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

Properties' Details

EdgeKind
 
com::sun::star::drawing::ConnectorType EdgeKind;
Description
This property contains the kind of the connector.
EdgeNode1HorzDist
 
long EdgeNode1HorzDist;
Description
This property contains the horizontal distance of node 1.
EdgeNode1VertDist
 
long EdgeNode1VertDist;
Description
This property contains the vertical distance of node 1.
EdgeNode2HorzDist
 
long EdgeNode2HorzDist;
Description
This property contains the horizontal distance of node 2.
EdgeNode2VertDist
 
long EdgeNode2VertDist;
Description
This property contains the vertical distance of node 2.

Top of Page