Do not derive your own classes from this class.
Constructors & DestructorUse the constructors and destructor in this group to create and destroy objects of class ICharacterStyle.
![]() |
public:
virtual ~ICharacterStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
protected:
ICharacterStyle(const ICharacterStyle&)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
protected:
ICharacterStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse the operator in this group to assign the given ICharacterStyle object to the target one.
![]() |
protected:
ICharacterStyle& operator =(const ICharacterStyle&)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Obtaining the Propagation TypeUse the function in this group to get the style's propagation type.
![]() |
public:
virtual ITextStyle::EStylePropagation propagates() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
virtual ~ITextStyle()
virtual EStylePropagation propagates() const = 0
virtual void addToSet(ITextStyleSet& set) const = 0
virtual void getValueFromSet(const ITextStyleSet& set) = 0
virtual bool isContainedInSet( const ITextStyleSet& set ) const = 0
virtual bool isValueContainedInSet( const ITextStyleSet& set ) const = 0
ITextStyle()
ITextStyle(const ITextStyle&)
ITextStyle& operator =(const ITextStyle&)
virtual void removeFromSet(ITextStyleSet& set) const = 0