Do not derive your own classes from this class.
Constructors & DestructorUse the constructors and destructor in this group to create or destroy objects of class ITextStrikethroughStyle.
![]() |
public:
virtual ~ITextStrikethroughStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
ITextStrikethroughStyle(bool isSet)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextStrikethroughStyle( const ITextStrikethroughStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextStrikethroughStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse the operator in this group to assign the given ITextStrikethroughStyle object to the target one.
![]() |
public:
ITextStrikethroughStyle& operator =( const ITextStrikethroughStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two ITextStrikethroughStyle Objects for Equality and InequalityUse the operators in this group to test two ITextStrikethroughStyle objects for equality or inequality.
![]() |
public:
bool operator !=( const ITextStrikethroughStyle& other ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
bool operator ==( const ITextStrikethroughStyle& other ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Getting and Setting the Strikethrough FlagUse the functions in this group to get the current setting of the strikethrough flag or to set it.
![]() |
public:
bool isStrikethrough() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setStrikethrough(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(const ICharacterStyle&)
ICharacterStyle()
ICharacterStyle& operator =(const ICharacterStyle&)