summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/TextFitToSizeType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/TextFitToSizeType.idl')
-rw-r--r--offapi/com/sun/star/drawing/TextFitToSizeType.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/TextFitToSizeType.idl b/offapi/com/sun/star/drawing/TextFitToSizeType.idl
index 39b92eeb9bbb..8ee5b90582c3 100644
--- a/offapi/com/sun/star/drawing/TextFitToSizeType.idl
+++ b/offapi/com/sun/star/drawing/TextFitToSizeType.idl
@@ -60,9 +60,10 @@ published enum TextFitToSizeType
//-------------------------------------------------------------------------
- /** if the shape is scaled, the font attributes are scaled and hard set
- on the text */
- RESIZEATTR
+ /** if the shape is scaled, the font is scaled isotropically to
+ fit the available space. Auto line-breaks will keep working
+ */
+ AUTOFIT
};