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
bulletNumberintA number, usually starting with 1
leftIndentintA value in tenths of a millimetre.
leftSubIndentintA value in tenths of a millimetre.
bulletStyleTextBoxTextAttrBulletStyleBullet style.
Returns
Remarks
This call will be needed for each item in the list, and the application should take care of incrementing the numbering.