diff options
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/style/CharacterProperties.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl index 010dab9acb53..f213bf0c4f12 100644 --- a/offapi/com/sun/star/style/CharacterProperties.idl +++ b/offapi/com/sun/star/style/CharacterProperties.idl @@ -460,6 +460,14 @@ published service CharacterProperties */ [optional, property] short RubyPosition; + /** This is the transparency of the character text. + + @since LibreOffice 6.5 + + <p>The value 100 means entirely transparent, while 0 means not transparent at all.</p> + */ + [optional, property] short CharTransparence; + }; }; }; }; }; |