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

service MeasureShape
Description
This service is for a dimensioning shape.

Included Services
Shape
This abstract service specifies the general characteristics of all Shape s.
MeasureProperties
This service describes a MeasureShape .
LineProperties
This is a set of properties to describe the style for rendering a Line.
Text
This abstract service specifies the general characteristics of an optional text inside a Shape .
ShadowProperties
This is a set of properties to describe the style for rendering a shadow.
RotationDescriptor
This abstract service specifies the general characteristics of an optional rotation and shearing for a Shape .
Properties' Summary
StartPosition this point is the start of the measured distance
EndPosition this point is the end of the measured distance
Properties' Details
StartPosition
::com::sun::star::awt::Point StartPosition;
Description
this point is the start of the measured distance
EndPosition
::com::sun::star::awt::Point EndPosition;
Description
this point is the end of the measured distance

 
Top of Page