service MeasureShape in module com::sun::star::drawing::

(Global Index)

Syntax

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

Property Summary

StartPosition this point is the start of the measured distance

EndPosition this point is the end of the measured distance

Property Details



StartPosition

Syntax

com::sun::star::awt::Point StartPosition;

Description

this point is the start of the measured distance


EndPosition

Syntax

com::sun::star::awt::Point EndPosition;

Description

this point is the end of the measured distance

Top of Page