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

service MeasureShape
Description
This service is for a dimensioning shape.

Included Services
::com::sun::star::drawing::Shape
(referenced entity's summary:)
This abstract service specifies the general characteristics of all ::com::sun::star::drawing::Shape s.
::com::sun::star::drawing::MeasureProperties
(referenced entity's summary:)
This service describes a ::com::sun::star::drawing::MeasureShape .
::com::sun::star::drawing::LineProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a Line.
::com::sun::star::drawing::Text
(referenced entity's summary:)
This abstract service specifies the general characteristics of an optional text inside a ::com::sun::star::drawing::Shape .
::com::sun::star::drawing::ShadowProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a shadow.
::com::sun::star::drawing::RotationDescriptor
(referenced entity's summary:)
This abstract service specifies the general characteristics of an optional rotation and shearing for a ::com::sun::star::drawing::Shape .
Properties' Summary
::com::sun::star::awt::Point
StartPosition
this point is the start of the measured distance  
::com::sun::star::awt::Point
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