diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-03-30 14:09:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-03-30 20:03:57 +0200 |
commit | bcbf1c245fa13cfbae2059a996006179c7f4b747 (patch) | |
tree | da537e9b30f33ae85989218b2ab37c0ce18c7f0f /offapi/com | |
parent | 64788738db595cb642b7efd49340cae33d92698e (diff) |
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 <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/style/PageProperties.idl | 6 |
1 files changed, 6 insertions, 0 deletions
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; + }; }; }; }; }; |