Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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.

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
 
com::sun::star::drawing::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
 
com::sun::star::drawing::MeasureTextHorzPos MeasureTextHorizontalPosition;
Description
This is the horizontal position of the measure text.
MeasureTextVerticalPosition
 
com::sun::star::drawing::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.

Top of Page