summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-11-24 08:41:07 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-11-24 10:05:38 +0100
commita596070f8ac11ed0cd22baf55704037a6b8d9c4d (patch)
tree1d0e0ad758de16f109810207e1e4bfdd341e1f9e /offapi
parent9b5b313a2f2980f9a10295aabdd696f58af03302 (diff)
sw floattable, per-frame wrap-on-all-pages mode: add UNO API
This exposes the internal property SwFormatWrapTextAtFlyStart on the UNO API. We need this, because otherwise the ODT filter can't read/write it. Change-Id: I67d3c28e3531b19183f8361a6df87b7a4ca84294 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159888 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/BaseFrameProperties.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl
index 9b82601c896e..84c78732e8b3 100644
--- a/offapi/com/sun/star/text/BaseFrameProperties.idl
+++ b/offapi/com/sun/star/text/BaseFrameProperties.idl
@@ -379,6 +379,12 @@ published service BaseFrameProperties
*/
[optional, property] boolean IsSplitAllowed;
+ /** If `TRUE`, text wraps around a split fly on all pages.
+
+ @since LibreOffice 24.2
+ */
+ [optional, property] boolean WrapTextAtFlyStart;
+
};