Do not derive your own classes from this class.
Constructors & DestructorUse these constructors and destructor to create and destroy IParagraphEndIndentStyle objects.
![]() |
public:
virtual ~IParagraphEndIndentStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
IParagraphEndIndentStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
IParagraphEndIndentStyle(float value)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
IParagraphEndIndentStyle( const IParagraphEndIndentStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse this operator to replace the current paragraph end indent style object with the given one.
![]() |
public:
IParagraphEndIndentStyle& operator =( const IParagraphEndIndentStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two Paragraph End Indent Style ObjectsUse these operators to compare two IParagraphEndIndentStyle objects for equality or inequality.
![]() |
public:
bool operator !=( const IParagraphEndIndentStyle& other ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
bool operator ==( const IParagraphEndIndentStyle& other ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Getting and Setting the End IndentationUse these functions to get and set the amount of indentation at the end of the paragraphs.
![]() |
public:
float endIndent() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setEndIndent(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()
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
IParagraphStyle(const IParagraphStyle&)
IParagraphStyle()
IParagraphStyle& operator =(const IParagraphStyle&)