IParagraphSpreadStyle

A style that controls which lines of the paragraphs it is applied to (if any) are fully justified (i.e., aligned to both the left and right margins).

Do not derive your own classes from this class.


IParagraphSpreadStyle - Member Functions and Data by Group

All


[view class]
~IParagraphSpreadStyle
public:
virtual ~IParagraphSpreadStyle()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IParagraphSpreadStyle


Overload 1
public:
IParagraphSpreadStyle(const IParagraphSpreadStyle& other)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
public:
IParagraphSpreadStyle()
The default constructor leaves the style in an undefined state! A default-constructed style must have its value filled in in some way before it is used for anything!

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 3
public:
IParagraphSpreadStyle(ESpread value)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator !=
public:
bool operator !=(const IParagraphSpreadStyle& other) const

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator =
public:
IParagraphSpreadStyle& operator =( const IParagraphSpreadStyle& other )

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator ==
public:
bool operator ==(const IParagraphSpreadStyle& other) const

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
setSpread
public:
void setSpread(ESpread value)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
spread
public:
ESpread spread() const

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IParagraphSpreadStyle - Enumerations


[view class]
ESpread
enum ESpread { kNone, 
               kAll, 
               kNotLastLine, 
               kMaxSpread=127 }
constant definitions specifying the lines of the paragraph to fully justify

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IParagraphSpreadStyle - Inherited Member Functions and Data

Inherited Public Functions

IParagraphStyle
ITextStyle

Inherited Public Data

Inherited Protected Functions

IParagraphSpreadStyle
ITextStyle
IParagraphStyle

Inherited Protected Data