summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/Shape.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-02 12:52:34 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-02 12:52:34 +0000
commit2ce8c6a438859723782f882c068592b133969a2e (patch)
treeceec536a6bc723bb16c7a86551007bf7af13ff23 /offapi/com/sun/star/text/Shape.idl
parent869dc3f3918165c6757c30abcf50bfcba92aa7f3 (diff)
INTEGRATION: CWS swobjpos04 (1.5.324); FILE MERGED
2004/07/12 19:57:34 od 1.5.324.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/07 15:00:39 od 1.5.324.1: #i28701# - add new optional property <WrapInfluenceOnPosition>
Diffstat (limited to 'offapi/com/sun/star/text/Shape.idl')
-rw-r--r--offapi/com/sun/star/text/Shape.idl16
1 files changed, 14 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl
index 14f7284aaaa8..87aee3d17cb2 100644
--- a/offapi/com/sun/star/text/Shape.idl
+++ b/offapi/com/sun/star/text/Shape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Shape.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 00:13:30 $
+ * last change: $Author: kz $ $Date: 2004-08-02 13:52:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -209,6 +209,18 @@ published service Shape
*/
[property] com::sun::star::text::XTextRange TextRange;
+
+ //-------------------------------------------------------------------------
+ /** determines the influence of the text wrap on the positioning of the
+ shape
+
+ <p>The value of this property is only evaluated for the positioning
+ of the shape, if the text document setting ConsiderTextWrapOnObjPos
+ is <TRUE\>. Valid values are given by <member>WrapInfluenceOnPosition</member></p>
+
+ @since #i28701#
+ */
+ [optional, property] short WrapInfluenceOnPosition;
};
//=============================================================================