class TTmBullet |
A bullet or other label inserted automatically at the start of a paragraph. As well as an actual bullet, it can be a number or a letter.
Public Member Functions | |
---|---|
TTmBullet() | |
TTmBullet(const TBullet &) | |
IMPORT_C void | GetTBullet(TBullet &) |
TBool | operator!=(const TTmBullet &) |
IMPORT_C void | operator=(const TBullet &) |
IMPORT_C TBool | operator==(const TTmBullet &) |
Public Member Enumerations | |
---|---|
enum | TAlignment { ELeftAlign, ECenterAlign, ERightAlign } |
enum | TStyle { EBulletStyle, EArabicNumberStyle, ESmallRomanNumberStyle, ECapitalRomanNumberStyle, ESmallLetterStyle, ECapitalLetterStyle } |
Public Attributes | |
---|---|
TAlignment | iAlignment |
TChar | iCharacterCode |
TLogicalRgb | iColor |
TOpenFontSpec | iFontSpec |
TBool | iHangingIndent |
TInt | iStartNumber |
TStyle | iStyle |
TTmBullet | ( | const TBullet & | aBullet | ) | [inline] |
const TBullet & aBullet |
TBool | operator!= | ( | const TTmBullet & | aBullet | ) | const [inline] |
The inequality operator. Returns true if this object and aBullet differ in any way.
const TTmBullet & aBullet |
IMPORT_C void | operator= | ( | const TBullet & | aBullet | ) |
const TBullet & aBullet |
IMPORT_C TBool | operator== | ( | const TTmBullet & | aBullet | ) | const |
const TTmBullet & aBullet |
The alignment within the margin of bullets or other text used in TTmBullet objects
ELeftAlign |
Bullet forward aligned. |
ECenterAlign |
Bullet centre aligned. |
ERightAlign |
Bullet reverse aligned. |
Bullet style
EBulletStyle | |
EArabicNumberStyle | |
ESmallRomanNumberStyle | |
ECapitalRomanNumberStyle | |
ESmallLetterStyle | |
ECapitalLetterStyle |