diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/CharacterProperties.idl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl index b4dbf629ce07..aadd7a43f08b 100644 --- a/offapi/com/sun/star/style/CharacterProperties.idl +++ b/offapi/com/sun/star/style/CharacterProperties.idl @@ -25,6 +25,7 @@ #include <com/sun/star/container/XNameContainer.idl> #include <com/sun/star/table/BorderLine2.idl> #include <com/sun/star/table/ShadowFormat.idl> +#include <com/sun/star/beans/PropertyValue.idl> module com { module sun { module star { module style { @@ -441,6 +442,16 @@ published service CharacterProperties **/ [optional, property] com::sun::star::util::Color CharHighlight; + /** Grab bag of character properties, used as a string-any map for interim interop purposes. + + @since LibreOffice 4.2 + + <p>This property is intentionally not handled by the ODF filter. Any + member that should be handled there should be first moved out from this grab + bag to a separate property.</p> + */ + [optional, property] sequence<com::sun::star::beans::PropertyValue> CharInteropGrabBag; + }; }; }; }; }; |