Do not derive your own classes from this class.
Constructors & DestructorUse these constructors and destructor to create and destroy objects of class IParagraphFirstIndentStyle.
![]() |
public:
virtual ~IParagraphFirstIndentStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
IParagraphFirstIndentStyle( const IParagraphFirstIndentStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
IParagraphFirstIndentStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
IParagraphFirstIndentStyle(float value)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse this operator to replace the current IParagraphFirstIndentStyle object with the current one.
![]() |
public:
IParagraphFirstIndentStyle& operator =( const IParagraphFirstIndentStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two IParagraphFirstIndentStyle Objects for Inequality and EqualityUse these operators to compare the given IParagraphFirstIndentStyle object with the current one to determine if their contents are equal or inequal.
![]() |
public:
bool operator !=( const IParagraphFirstIndentStyle& other ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
bool operator ==( const IParagraphFirstIndentStyle& other ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Getting and Setting the Indentation AmountUse these functions to get and set the amount of indentation to be used at the beginning of a paragraph.
![]() |
public:
float firstIndent() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setFirstIndent(float value)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
virtual ~IParagraphStyle()
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
IParagraphStyle(const IParagraphStyle&)
IParagraphStyle()
IParagraphStyle& operator =(const IParagraphStyle&)