summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart/ChartDataPointProperties.idl5
-rw-r--r--offapi/com/sun/star/chart2/DataPointProperties.idl4
-rw-r--r--offapi/type_reference/offapi.idl1
3 files changed, 10 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataPointProperties.idl b/offapi/com/sun/star/chart/ChartDataPointProperties.idl
index 61aeec40547f..8b586dce08cf 100644
--- a/offapi/com/sun/star/chart/ChartDataPointProperties.idl
+++ b/offapi/com/sun/star/chart/ChartDataPointProperties.idl
@@ -92,6 +92,11 @@ published service ChartDataPointProperties
[optional, property] string LabelSeparator;
+ /** specifies if the text of a data label (caption) must be wrapped
+ */
+ [optional, property] boolean TextWordWrap;
+
+
/** specifies a number format for the display of the value in the data label
*/
[optional, property] long NumberFormat;
diff --git a/offapi/com/sun/star/chart2/DataPointProperties.idl b/offapi/com/sun/star/chart2/DataPointProperties.idl
index 647d4edb0f21..090d08661e68 100644
--- a/offapi/com/sun/star/chart2/DataPointProperties.idl
+++ b/offapi/com/sun/star/chart2/DataPointProperties.idl
@@ -262,6 +262,10 @@ service DataPointProperties
*/
[optional, property] string LabelSeparator;
+ /** specifies if the text of a data label (caption) must be wrapped
+ */
+ [optional, property] boolean TextWordWrap;
+
/** specifies a number format for the display of the value in the data label
*/
[optional, property] long NumberFormat;
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index f95e6b7f1844..888180e03ff4 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -3136,6 +3136,7 @@ module com {
interface ::com::sun::star::beans::XPropertySet;
[property] long DataCaption;
[property, optional] string LabelSeparator;
+ [property, optional] boolean TextWordWrap;
[property, optional] long NumberFormat;
[property, optional] long PercentageNumberFormat;
[property, optional] long LabelPlacement;