diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/WritingMode2.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/WritingMode2.idl b/offapi/com/sun/star/text/WritingMode2.idl index f75108337a69..065912858de5 100644 --- a/offapi/com/sun/star/text/WritingMode2.idl +++ b/offapi/com/sun/star/text/WritingMode2.idl @@ -91,6 +91,16 @@ published constants WritingMode2 @since LibreOffice 7.5 */ const short TB_RL90 = 6; + + /** 'T' text within a line is written top-to-bottom, but characters are + 'E' not rotated. + 'X' This is like LR_TB where 1 Character fit in every line. + 'T' Only 1 line display is implemented. + This corresponds to OOXML attribute vert="wordArtVert" for shapes. + + @since LibreOffice 24.8 + */ + const short STACKED = 7; }; |