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

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

service MeasureShape

Description
This service is for a dimensioning shape.


Included Services

com::sun::star::drawing::Shape
com::sun::star::drawing::MeasureProperties
Description
This service describes a MeasureShape .
com::sun::star::drawing::LineProperties
Description
This is a set of properties to describe the style for rendering a Line.
com::sun::star::drawing::Text
Description
This abstract service specifies the general characteristics of an optional text inside a Shape .
com::sun::star::drawing::ShadowProperties
Description
This is a set of properties to describe the style for rendering a shadow.
com::sun::star::drawing::RotationDescriptor

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