- ~IParagraphStartIndentStyle
public:
virtual ~IParagraphStartIndentStyle()
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- IParagraphStartIndentStyle
Overload 1
public:
IParagraphStartIndentStyle( const IParagraphStartIndentStyle& other )
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
Overload 2
public:
IParagraphStartIndentStyle()
- 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:
IParagraphStartIndentStyle(float value)
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- operator !=
public:
bool
operator !=( const IParagraphStartIndentStyle& other ) const
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- operator =
public:
IParagraphStartIndentStyle&
operator =( const IParagraphStartIndentStyle& other )
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- operator ==
public:
bool
operator ==( const IParagraphStartIndentStyle& other ) const
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- setStartIndent
public:
void setStartIndent(float value)
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
- startIndent
public:
float startIndent() const
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |