summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-09-17 10:11:33 +0200
committerJan Holesovsky <kendy@suse.cz>2010-09-17 12:34:35 +0200
commitaf2342e4c7de34b0e698b12b226e5195552be35c (patch)
treefa87b2d6f2a75f632072b33f2644337aedaac037 /offapi
parent6635abfeb11e957218029052b2faa947c78d3c67 (diff)
fit-list-to-size.diff: Shrink font automatically when text overflows.
i#94086 Scale-font-down if typing text in Impress and the text box becomes too small.
Diffstat (limited to 'offapi')
-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..fb37d107b084 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 isotrophically to
+ fit the avaiable space. Auto line-breaks will keep working
+ */
+ AUTOFIT
};