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

service MeasureProperties
Description
This service describes a MeasureShape .

Properties' 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.
MeasureDecimalPlaces [ OPTIONAL ]
This value is the number of decimal places that is used to format the measure value.
Properties' Details
MeasureBelowReferenceEdge
boolean MeasureBelowReferenceEdge;
Description
If this property is true , the measure is drawn below the reference edge instead of above it.
MeasureHelpLine1Length
long MeasureHelpLine1Length;
Description
This is the length of the first help line.
MeasureHelpLine2Length
long MeasureHelpLine2Length;
Description
This is the length of the second help line.
MeasureHelpLineDistance
long MeasureHelpLineDistance;
Description
This is the distance from the measure line to the start of the help lines.
MeasureHelpLineOverhang
long MeasureHelpLineOverhang;
Description
This is the overhang of the two help lines.
MeasureKind
MeasureKind MeasureKind;
Description
This enumeration specifies the MeasureKind .
MeasureLineDistance
long MeasureLineDistance;
Description
This is the distance from the reference edge to the measure line.
MeasureOverhang
long MeasureOverhang;
Description
This is the overhang of the reference line over the help lines.
MeasureShowUnit
boolean MeasureShowUnit;
Description
If this is true , the unit of measure is shown in the measure text.
MeasureTextAutoAngle
boolean MeasureTextAutoAngle;
Description
If this is true , the angle of the measure is set automatically.
MeasureTextAutoAngleView
long MeasureTextAutoAngleView;
Description
This is the automatic angle.
MeasureTextFixedAngle
long MeasureTextFixedAngle;
Description
This is the fixed angle.
MeasureTextHorizontalPosition
MeasureTextHorzPos MeasureTextHorizontalPosition;
Description
This is the horizontal position of the measure text.
MeasureTextVerticalPosition
MeasureTextVertPos MeasureTextVerticalPosition;
Description
This is the vertical position of the text.
MeasureTextIsFixedAngle
boolean MeasureTextIsFixedAngle;
Description
If this value is true , the measure has a fixed angle.
MeasureTextRotate90
boolean MeasureTextRotate90;
Description
If this value is true , the text is rotated 90 degrees.
MeasureTextUpsideDown
boolean MeasureTextUpsideDown;
Description
If this value is true , the text is printed upside down.
MeasureDecimalPlaces
short MeasureDecimalPlaces;
[ OPTIONAL ]
Description
This value is the number of decimal places that is used to format the measure value.
Since version
OpenOffice.org 1.1.1

 
Top of Page