diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/NumberingLevel.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/NumberingLevel.idl b/offapi/com/sun/star/style/NumberingLevel.idl index dd4959c3de2e..e660e1fa1a65 100644 --- a/offapi/com/sun/star/style/NumberingLevel.idl +++ b/offapi/com/sun/star/style/NumberingLevel.idl @@ -98,6 +98,12 @@ published service NumberingLevel @since LibreOffice 7.2 */ [optional, property] string ListFormat; + + /** Specifies if this level should use Arabic numbers for all levels + + @since LibreOffice 24.2 + */ + [optional, property] boolean IsLegal; }; |