From bcbf1c245fa13cfbae2059a996006179c7f4b747 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 30 Mar 2021 14:09:06 +0200 Subject: tdf#140343 sw page rtl gutter margin: add UNO API When true, the gutter position may be right and top, not left and top. Change-Id: I5e3e4b4d9cb217b81b2712cb208ca5725d46ae28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113349 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- offapi/com/sun/star/style/PageProperties.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl index 29b561e34538..3189f569d4df 100644 --- a/offapi/com/sun/star/style/PageProperties.idl +++ b/offapi/com/sun/star/style/PageProperties.idl @@ -501,6 +501,12 @@ published service PageProperties */ [optional, property] boolean BackgroundFullSize; + /** specifies that the page gutter shall be placed on the right side of the page. + + @since LibreOffice 7.2 + */ + [optional, property] boolean RtlGutter; + }; }; }; }; }; -- cgit