summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/formula
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-11-03 15:50:00 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-11-03 15:50:00 +0100
commit08167a5a50d8a019771253b5c3794854c5668d45 (patch)
tree0b60d47adfe41db1dd214d804dd45999f9fc377e /offapi/com/sun/star/formula
parent738d366702ad4374874c9d42b10b874364d3ed3d (diff)
cws tlmath01: #i972# Math baseline alignment
Diffstat (limited to 'offapi/com/sun/star/formula')
-rw-r--r--offapi/com/sun/star/formula/FormulaProperties.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/formula/FormulaProperties.idl b/offapi/com/sun/star/formula/FormulaProperties.idl
index d6f0f6bfeb28..4e03ff36c3a5 100644
--- a/offapi/com/sun/star/formula/FormulaProperties.idl
+++ b/offapi/com/sun/star/formula/FormulaProperties.idl
@@ -338,6 +338,14 @@ published service FormulaProperties
/** contains the metric value of the right margin of the formula.
*/
[property] short RightMargin;
+
+ //-------------------------------------------------------------------------
+
+ /** contains the baselines offset in respect to the top of the formula rectangle
+
+ @since OOo 3.4
+ */
+ [property, optional] short BaseLine;
};
//=============================================================================