Using Bullet and Numbering System

Is it possible to use Word’s automatic bullet and numbering system through Aspose.Words?

For example, can I insert:

1.Bullet 1A. Bullet AB. Bullet BC. Bullet C

OR should I use the HTML bulleting format and insertHTML?

Do you need to use list formatting? If so, simply use DocumentBuilder.ListFormat methods, particularly ApplyBulletDefault and ApplyNumberDefault.