class TTmParBorder |
A specification of a paragraph border rule: that is, a line or lines drawn above, below, to the left, or to the right of a paragraph.
Public Member Functions | |
---|---|
TTmParBorder() | |
TTmParBorder(const TParaBorder &) | |
IMPORT_C void | GetTParaBorder(TParaBorder &) |
TBool | operator!=(const TTmParBorder &) |
IMPORT_C void | operator=(const TParaBorder &) |
IMPORT_C TBool | operator==(const TTmParBorder &) |
Public Member Enumerations | |
---|---|
enum | TStyle { ESolidStyle, EDoubleStyle, EDotStyle, EDashStyle, EDotDashStyle, EDotDotDashStyle } |
Public Attributes | |
---|---|
TBool | iAutoColor |
TLogicalRgb | iColor |
TStyle | iStyle |
TInt | iWeight |
TTmParBorder | ( | const TParaBorder & | aBorder | ) | [inline] |
Constructs a TTmParBorder by converting the information in a TParaBorder.
const TParaBorder & aBorder |
IMPORT_C void | GetTParaBorder | ( | TParaBorder & | aBorder | ) | const |
TParaBorder & aBorder |
TBool | operator!= | ( | const TTmParBorder & | aBorder | ) | const [inline] |
The inequality operator. Returns TRUE if this object and aBorder differ in any way.
const TTmParBorder & aBorder |
IMPORT_C void | operator= | ( | const TParaBorder & | aBorder | ) |
const TParaBorder & aBorder |
IMPORT_C TBool | operator== | ( | const TTmParBorder & | aBorder | ) | const |
const TTmParBorder & aBorder |
Paragraph border style
ESolidStyle | |
EDoubleStyle | |
EDotStyle | |
EDashStyle | |
EDotDashStyle | |
EDotDotDashStyle |