summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextFrame.idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-09 09:58:11 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-09 09:58:11 +0000
commit265e2924ac4130e826da5e914503b040e9abeab9 (patch)
tree8407d86cc98e51c9428fb5e6486cee54e067bcfd /offapi/com/sun/star/text/TextFrame.idl
parentINTEGRATION: CWS tkr05_SRC680 (1.46.168); FILE MERGED (diff)
downloadcore-265e2924ac4130e826da5e914503b040e9abeab9.tar.gz
core-265e2924ac4130e826da5e914503b040e9abeab9.zip
INTEGRATION: CWS tl45 (1.12.366); FILE MERGED
2007/09/04 08:28:14 tl 1.12.366.1: #i75455# property WidthType added
Diffstat (limited to 'offapi/com/sun/star/text/TextFrame.idl')
-rw-r--r--offapi/com/sun/star/text/TextFrame.idl16
1 files changed, 13 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl
index 448984667c8e..2675c84e1c38 100644
--- a/offapi/com/sun/star/text/TextFrame.idl
+++ b/offapi/com/sun/star/text/TextFrame.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: TextFrame.idl,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 06:29:09 $
+ * last change: $Author: rt $ $Date: 2007-11-09 10:58:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -114,9 +114,19 @@ published service TextFrame
[property] boolean FrameIsAutomaticHeight;
//-------------------------------------------------------------------------
/** determines the interpretation of the height and relative
- height properties.@see SizeType
+ height properties.
+
+ @see SizeType
*/
[property] short SizeType;
+ //-------------------------------------------------------------------------
+ /** determines the interpretation of the width and relative
+ width properties.
+
+ @see SizeType
+ @since OOo 2.4
+ */
+ [optional, property] short WidthType;
//-----------------------------------------------------------------------------
/** contains the writing direction, as represented by the
<type scope="com::sun::star::text">WritingMode2</type> constants