diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/PageProperties.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl index dccd63f20b04..29b561e34538 100644 --- a/offapi/com/sun/star/style/PageProperties.idl +++ b/offapi/com/sun/star/style/PageProperties.idl @@ -494,6 +494,13 @@ published service PageProperties */ [optional, property] long GutterMargin; + /** does the background cover the full page or only inside the + margins? + + @since LibreOffice 7.2 + */ + [optional, property] boolean BackgroundFullSize; + }; }; }; }; }; |