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 ITextTypefaceStyle.
![]() |
public:
virtual ~ITextTypefaceStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
ITextTypefaceStyle(const ITextTypefaceStyle& other)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextTypefaceStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextTypefaceStyle(const IText& name)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse the operator in this group to assign the given ITextTypefaceStyle object to the current one.
![]() |
public:
ITextTypefaceStyle& operator =( const ITextTypefaceStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two ITextTypefaceStyle Objects for Equality or InequalityUse the operators in this group to Use the operators in this group to compare two ITextTypefaceStyle objects for equality or inequality.
![]() |
public:
bool operator !=(const ITextTypefaceStyle& other) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
bool operator ==(const ITextTypefaceStyle& other) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Getting and Setting the Typeface ValueUse the functions in this group to get and set the typeface style for the ITextTypefaceStyle object.
![]() |
public:
void setTypeface(const IText& value)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
IText typeface() 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 = 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
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&)