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 IParagraphJustificationStyle.
![]() |
public:
virtual ~IParagraphJustificationStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
IParagraphJustificationStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
IParagraphJustificationStyle(EJustification value)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
IParagraphJustificationStyle( const IParagraphJustificationStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse the assignment operator to replace the current IParagraphJustificationStyle object with the given one.
![]() |
public:
IParagraphJustificationStyle& operator =( const IParagraphJustificationStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two IParagraphJustificationStyleObjects for Equality or IneqaulityUse these functions to compare the given IParagraphJustificationStyle object with the current one for equality or inequality.
![]() |
public:
bool operator !=( const IParagraphJustificationStyle& other ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
bool operator ==( const IParagraphJustificationStyle& other ) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Getting and Setting the Justification ValueUse these functions to get and set the justification value.
![]() |
public:
EJustification justification() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setJustification(EJustification value)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
enum EJustification { kStart,
kCenter,
kEnd,
kMaxJustification=127 }| 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
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
IParagraphStyle(const IParagraphStyle&)
IParagraphStyle()
IParagraphStyle& operator =(const IParagraphStyle&)