Method BeginNumberedBullet
BeginNumberedBullet(int, int, int, TextBoxTextAttrBulletStyle)
Begins a numbered bullet.
bool BeginNumberedBullet(int bulletNumber, int leftIndent, int leftSubIndent, TextBoxTextAttrBulletStyle bulletStyle = TextBoxTextAttrBulletStyle.Arabic | TextBoxTextAttrBulletStyle.Period)
Parameters
bulletNumber
intA number, usually starting with 1
leftIndent
intA value in tenths of a millimetre.
leftSubIndent
intA value in tenths of a millimetre.
bulletStyle
TextBoxTextAttrBulletStyleBullet style.
Returns
Remarks
This call will be needed for each item in the list, and the application should take care of incrementing the numbering.