diff options
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/style/CharacterProperties.idl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl index 6502a47b28..aaff4a5694 100644 --- a/offapi/com/sun/star/style/CharacterProperties.idl +++ b/offapi/com/sun/star/style/CharacterProperties.idl @@ -325,7 +325,13 @@ published service CharacterProperties /** This optional property determines if the word can be hyphenated at the - character. + character by automatic hyphenation. + + <p>Setting to `true` will disable hyphenation enabled by ParaIsHyphenation.</p> + + <p>Note: implemented since LibreOffice 24.2.</p> + + @see ParaIsHyphenation */ [optional, property] boolean CharNoHyphenation; |