enum MeasureKind in module com::sun::star::drawing::

(Global Index)

[ DEPRECATED ]

Syntax

enum MeasureKind;

Description

determines whether a measured shape is a standard measure or a radius measure.

Values Summary

STANDARD use the length measurement.

RADIUS use the radius measurement. This option cannot be used from the GUI Interface.

Values Details



STANDARD

Syntax

STANDARD,

Description

use the length measurement.


RADIUS

Syntax

RADIUS,

Description

use the radius measurement. This option cannot be used from the GUI Interface.

Top of Page