constants group MeasureUnit in module com::sun::star::util::

(Global Index)

Syntax

constants group MeasureUnit;

Description

These constants are used to specify a measure.

A component using these constants may not support all units.

Constants Summary

MM_100TH all measures for this component are in 100th millimeter

MM_10TH all measures for this component are in 10th millimeter

MM all measures for this component are in millimeter

CM all measures for this component are in centimeters

INCH_1000TH all measures for this component are in 1000th inch

INCH_100TH all measures for this component are in 100th inch

INCH_10TH all measures for this component are in 10th inch

INCH all measures for this component are in inch

POINT all measures for this component are in points

TWIP all measures for this component are in twips

M all measures for this component are in meters

KM all measures for this component are in kilometers

PICA all measures for this component are in pica

FOOT all measures for this component are in foot

MILE all measures for this component are in miles

PERCENT all measures for this component are in percentage

Field Details



MM_100TH

Syntax

const short  MM_100TH = 0;

Description

all measures for this component are in 100th millimeter


MM_10TH

Syntax

const short  MM_10TH = 1;

Description

all measures for this component are in 10th millimeter


MM

Syntax

const short  MM = 2;

Description

all measures for this component are in millimeter


CM

Syntax

const short  CM = 3;

Description

all measures for this component are in centimeters


INCH_1000TH

Syntax

const short  INCH_1000TH = 4;

Description

all measures for this component are in 1000th inch


INCH_100TH

Syntax

const short  INCH_100TH = 5;

Description

all measures for this component are in 100th inch


INCH_10TH

Syntax

const short  INCH_10TH = 6;

Description

all measures for this component are in 10th inch


INCH

Syntax

const short  INCH = 7;

Description

all measures for this component are in inch


POINT

Syntax

const short  POINT = 8;

Description

all measures for this component are in points


TWIP

Syntax

const short  TWIP = 9;

Description

all measures for this component are in twips


M

Syntax

const short  M = 10;

Description

all measures for this component are in meters


KM

Syntax

const short  KM = 11;

Description

all measures for this component are in kilometers


PICA

Syntax

const short  PICA = 12;

Description

all measures for this component are in pica


FOOT

Syntax

const short  FOOT = 13;

Description

all measures for this component are in foot


MILE

Syntax

const short  MILE = 14;

Description

all measures for this component are in miles


PERCENT

Syntax

const short  PERCENT = 15;

Description

all measures for this component are in percentage

Top of Page