diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/XFormattedString2.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/XFormattedString2.idl b/offapi/com/sun/star/chart2/XFormattedString2.idl index ea80fce260d7..c780dd9e2c06 100644 --- a/offapi/com/sun/star/chart2/XFormattedString2.idl +++ b/offapi/com/sun/star/chart2/XFormattedString2.idl @@ -35,6 +35,13 @@ module com { module sun { module star { module chart2 { */ interface XFormattedString2 { + /** Access to various character properties. + + Supports the properties of the + com::sun::star::style::CharacterProperties service, and also optionally + those of the com::sun::star::style::CharacterPropertiesAsian and + com::sun::star::style::CharacterPropertiesComplex services. + */ interface com::sun::star::beans::XPropertySet; interface com::sun::star::chart2::XFormattedString; |