summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/Text.idl
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-07 18:44:06 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-07 18:44:06 +0000
commit3e70e0c9a96fdc7f75e5e1ee0965267f641a3e3b (patch)
treee191f8cb50e21a3d32ad0a3a053e34b836102fe7 /offapi/com/sun/star/drawing/Text.idl
parent68a37576c2fa0aa81a357164c6ae56a8fd6aed70 (diff)
#80304# vertical writing added
Diffstat (limited to 'offapi/com/sun/star/drawing/Text.idl')
-rw-r--r--offapi/com/sun/star/drawing/Text.idl15
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/Text.idl b/offapi/com/sun/star/drawing/Text.idl
index a6776153c61b..ff07e429440b 100644
--- a/offapi/com/sun/star/drawing/Text.idl
+++ b/offapi/com/sun/star/drawing/Text.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Text.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $ $Date: 2000-11-15 16:57:04 $
+ * last change: $Author: cl $ $Date: 2000-12-07 19:44:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,6 +101,10 @@
#include <com/sun/star/drawing/TextHorizontalAdjust.idl>
#endif
+#ifndef __com_sun_star_text_WritingMode_idl__
+#include <com/sun/star/text/WritingMode.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module drawing {
@@ -331,6 +335,10 @@ service Text
*/
[property] boolean TextAnimationStopInside;
+ /** If this value selects the writing mode for the text.
+ */
+ [property] ::com::sun::star::text::WritingMode TextWritingMode;
+
};
//=============================================================================
@@ -340,6 +348,9 @@ service Text
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/15 16:57:04 cl
+ #79743# replaced TextAdjust with TextHorizontalAdjust and TextVerticalAdjust
+
Revision 1.3 2000/11/08 12:42:42 mi
moved from api