summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/RelOrientation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/RelOrientation.idl')
-rw-r--r--offapi/com/sun/star/text/RelOrientation.idl6
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;
+
};