IParagraphStyle

Abstract base class for all paragraph-based styles, for example, those that can only apply to whole paragraphs.

Do not subclass any of the classes defined here or in istyles.hpp. The styles are designed to be a closed set.


IParagraphStyle - Member Functions and Data by Group

Constructors & Destructor

Use the constructors and destructor in this group to create and destroy objects of class IParagraphStyle.


[view class]
~IParagraphStyle
public:
virtual ~IParagraphStyle()
Destroys the IParagraphStyle object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IParagraphStyle


Overload 1
protected:
IParagraphStyle()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
protected:
IParagraphStyle(const IParagraphStyle&)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Assignment Operator


[view class]
operator =
protected:
IParagraphStyle& operator =(const IParagraphStyle&)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Obtaining the Style's Propagation Type

Use the function in this group to get the style's propagation type.


[view class]
propagates
public:
virtual ITextStyle::EStylePropagation propagates() const
Returns the style's propagation type. (For IParagraphStyle, this is ITextStype::kPropagateByParagraph.)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IParagraphStyle - Inherited Member Functions and Data

Inherited Public Functions

ITextStyle

Inherited Public Data

Inherited Protected Functions

ITextStyle

Inherited Protected Data