Do not derive your own classes from this class.
Constructors & Destructor![]() |
public:
virtual ~ITextSuperSubscriptStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
ITextSuperSubscriptStyle( const ITextSuperSubscriptStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextSuperSubscriptStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextSuperSubscriptStyle(float offset)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse the operator in this group to assign the given ITextSuperSubscriptStyle object to the target one
![]() |
public:
ITextSuperSubscriptStyle& operator =( const ITextSuperSubscriptStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two ITextSuperSubscriptStyle Objects for Equality or InequalityUse the operators in this group to compare two ITextSuperSubscriptStyle objects for equality or inequality.
![]() |
public:
bool operator !=( const ITextSuperSubscriptStyle& other ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
bool operator ==( const ITextSuperSubscriptStyle& other ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Getting and Setting the Super-Subscript Offset Style ValueUse the functions in this group to get and set the offset value for the ITextSuperSubscriptStyle object.
![]() |
public:
float offset() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setOffset(float 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
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()
ITextStyle(const ITextStyle&)
ITextStyle& operator =(const ITextStyle&)
virtual void removeFromSet(ITextStyleSet& set) const = 0
ICharacterStyle()
ICharacterStyle(const ICharacterStyle&)
ICharacterStyle& operator =(const ICharacterStyle&)