Do not derive your own classes from this class.
Constructors & DestructorUse the constructors and destructor in this group to construct and destroy objects of class ITextBoldfaceStyle.
![]() |
public:
virtual ~ITextBoldfaceStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
ITextBoldfaceStyle(bool isSet)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextBoldfaceStyle(const ITextBoldfaceStyle& other)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextBoldfaceStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse the operator in this group to assign the given ITextBoldfaceStyle object to the target one.
![]() |
public:
ITextBoldfaceStyle& operator =( const ITextBoldfaceStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two ITextBoldfaceStyle Objects for Equality and InequalityUse the functions in this group to test the given ITextBoldfaceStyle object against the current one for equality or inequality.
![]() |
public:
bool operator !=(const ITextBoldfaceStyle& other) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
bool operator ==(const ITextBoldfaceStyle& other) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Getting and Setting the Boldface FlagUse the functions in this group to get and set the value of the flag that determines whether boldface or lightface is used to render the the text.
![]() |
public:
bool isBoldface() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setBoldface(bool value)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
virtual ~ICharacterStyle()
virtual ITextStyle::EStylePropagation propagates() const
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(const ITextStyle&)
ITextStyle()
ITextStyle& operator =(const ITextStyle&)
virtual void removeFromSet(ITextStyleSet& set) const = 0
virtual void addToSet(ITextStyleSet& set) const
virtual void getValueFromSet(const ITextStyleSet& set)
virtual bool isContainedInSet( const ITextStyleSet& set ) const
virtual bool isValueContainedInSet( const ITextStyleSet& set ) const
virtual void removeFromSet(ITextStyleSet& set) const
ICharacterStyle()
ICharacterStyle(const ICharacterStyle&)
ICharacterStyle& operator =(const ICharacterStyle&)