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

(Global Index)

Syntax

service MeasureProperties;

Description

This service describes a MeasureShape .

Property Summary

MeasureBelowReferenceEdge If this property is true , the measure is drawn below the reference edge instead of above it.

MeasureHelpLine1Length This is the length of the first help line.

MeasureHelpLine2Length This is the length of the second help line.

MeasureHelpLineDistance This is the distance from the measure line to the start of the help lines.

MeasureHelpLineOverhang This is the overhang of the two help lines.

MeasureKind This enumeration specifies the MeasureKind .

MeasureLineDistance This is the distance from the reference edge to the measure line.

MeasureOverhang This is the overhang of the reference line over the help lines.

MeasureShowUnit If this is true , the unit of measure is shown in the measure text.

MeasureTextAutoAngle If this is true , the angle of the measure is set automatically.

MeasureTextAutoAngleView This is the automatic angle.

MeasureTextFixedAngle This is the fixed angle.

MeasureTextHorizontalPosition This is the horizontal position of the measure text.

MeasureTextVerticalPosition This is the vertical position of the text.

MeasureTextIsFixedAngle If this value is true , the measure has a fixed angle.

MeasureTextRotate90 If this value is true , the text is rotated 90 degrees.

MeasureTextUpsideDown If this value is true , the text is printed upside down.

Property Details



MeasureBelowReferenceEdge

Syntax

boolean MeasureBelowReferenceEdge;

Description

If this property is true , the measure is drawn below the reference edge instead of above it.


MeasureHelpLine1Length

Syntax

long MeasureHelpLine1Length;

Description

This is the length of the first help line.


MeasureHelpLine2Length

Syntax

long MeasureHelpLine2Length;

Description

This is the length of the second help line.


MeasureHelpLineDistance

Syntax

long MeasureHelpLineDistance;

Description

This is the distance from the measure line to the start of the help lines.


MeasureHelpLineOverhang

Syntax

long MeasureHelpLineOverhang;

Description

This is the overhang of the two help lines.


MeasureKind

Syntax

com::sun::star::drawing::MeasureKind MeasureKind;

Description

This enumeration specifies the MeasureKind .


MeasureLineDistance

Syntax

long MeasureLineDistance;

Description

This is the distance from the reference edge to the measure line.


MeasureOverhang

Syntax

long MeasureOverhang;

Description

This is the overhang of the reference line over the help lines.


MeasureShowUnit

Syntax

boolean MeasureShowUnit;

Description

If this is true , the unit of measure is shown in the measure text.


MeasureTextAutoAngle

Syntax

boolean MeasureTextAutoAngle;

Description

If this is true , the angle of the measure is set automatically.


MeasureTextAutoAngleView

Syntax

long MeasureTextAutoAngleView;

Description

This is the automatic angle.


MeasureTextFixedAngle

Syntax

long MeasureTextFixedAngle;

Description

This is the fixed angle.


MeasureTextHorizontalPosition

Syntax

com::sun::star::drawing::MeasureTextHorzPos MeasureTextHorizontalPosition;

Description

This is the horizontal position of the measure text.


MeasureTextVerticalPosition

Syntax

com::sun::star::drawing::MeasureTextVertPos MeasureTextVerticalPosition;

Description

This is the vertical position of the text.


MeasureTextIsFixedAngle

Syntax

boolean MeasureTextIsFixedAngle;

Description

If this value is true , the measure has a fixed angle.


MeasureTextRotate90

Syntax

boolean MeasureTextRotate90;

Description

If this value is true , the text is rotated 90 degrees.


MeasureTextUpsideDown

Syntax

boolean MeasureTextUpsideDown;

Description

If this value is true , the text is printed upside down.

Top of Page