summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/FormattedString.idl
blob: 1916425e58b3f96e0f4fcae9d0381e44b82d44a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#ifndef com_sun_star_chart_XFormattedString_idl
#define com_sun_star_chart_XFormattedString_idl

#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/beans/PropertySet.idl>
#include <com/sun/star/style/CharacterProperties.idl>
#include <com/sun/star/style/CharacterPropertiesAsian.idl>
#include <com/sun/star/style/CharacterPropertiesComplex.idl>
#include <com/sun/star/chart2/XFormattedString.idl>

module com
{
module sun
{
module star
{
module chart2
{

service FormattedString
{
    /**
     */
    service com::sun::star::beans::PropertySet;

    service ::com::sun::star::style::CharacterProperties;
    [optional] service ::com::sun::star::style::CharacterPropertiesAsian;
    [optional] service ::com::sun::star::style::CharacterPropertiesComplex;

    /**
     */
    interface XFormattedString;
};

} ; // chart2
} ; // com
} ; // sun
} ; // star

#endif