The ListStyleTypes type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AlphaLower |
Lower-case letters (a., b., c....).
| |
| AlphaUpper |
Upper-case letters (A., B., C....).
| |
| Decimal |
Numbered list (1., 2., 3....);
| |
| DecimalLeadingZero |
Numbered list with leading zero for numbers less than 10 (01., 02., 03....);
| |
| Disc |
List items prefixed with a solid circle.
| |
| NoBullets |
Unordered list with no prefix.
| |
| NoNumbers |
Ordered list with no prefix.
| |
| RomanLower |
Lower-case Roman numerals (i., ii., iii....).
| |
| RomanUpper |
Upper-case Roman numerals (I., II., III....).
| |
| Round |
List items prefixed with a hollow circle.
| |
| Square |
List items prefixed with a solid square.
|