diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/RelOrientation.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/RelOrientation.idl b/offapi/com/sun/star/text/RelOrientation.idl index adfb094fd593..59f39a045740 100644 --- a/offapi/com/sun/star/text/RelOrientation.idl +++ b/offapi/com/sun/star/text/RelOrientation.idl @@ -73,6 +73,12 @@ published constants RelOrientation */ const short TEXT_LINE = 9; + /** Similar to PAGE_PRINT_AREA, but count from bottom, not from top. + + @since LibreOffice 7.0 + */ + const short PAGE_PRINT_AREA_BOTTOM = 10; + }; |