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 ITextOutlineStyle.
![]() |
public:
virtual ~ITextOutlineStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
ITextOutlineStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextOutlineStyle(const ITextOutlineStyle& other)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextOutlineStyle(bool isSet)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse the operator in this group to assign the given ITextOutlineStyle object to the target one.
![]() |
public:
ITextOutlineStyle& operator =( const ITextOutlineStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Getting and Setting the Outline Style Use the functions in this group to get the current setting of the outline style flag or set it. Setting the flag to TRUE specifies that the text be drawn in outline style.
![]() |
public:
bool isOutlined() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setOutlined(bool value)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Testing Two ITextOutlineStyle Objects for Equality or InequalityUse the operators in this group to compare two ITextOutlineStyle objects for equality or inequality.
![]() |
public:
bool operator !=(const ITextOutlineStyle& other) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
bool operator ==(const ITextOutlineStyle& other) const
| 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
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
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
ICharacterStyle(const ICharacterStyle&)
ICharacterStyle()
ICharacterStyle& operator =(const ICharacterStyle&)