summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/CharacterProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/CharacterProperties.idl')
-rw-r--r--offapi/com/sun/star/style/CharacterProperties.idl8
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 5d56f0febb7b..90901f757aa4 100644
--- a/offapi/com/sun/star/style/CharacterProperties.idl
+++ b/offapi/com/sun/star/style/CharacterProperties.idl
@@ -452,6 +452,14 @@ published service CharacterProperties
*/
[optional, property] sequence<com::sun::star::beans::PropertyValue> CharInteropGrabBag;
+ /** 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;
+
};
}; }; }; };