The ListStyleTypes type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberAlphaLower
Lower-case letters (a., b., c....).
Public propertyStatic memberAlphaUpper
Upper-case letters (A., B., C....).
Public propertyStatic memberDecimal
Numbered list (1., 2., 3....);
Public propertyStatic memberDecimalLeadingZero
Numbered list with leading zero for numbers less than 10 (01., 02., 03....);
Public propertyStatic memberDisc
List items prefixed with a solid circle.
Public propertyStatic memberNoBullets
Unordered list with no prefix.
Public propertyStatic memberNoNumbers
Ordered list with no prefix.
Public propertyStatic memberRomanLower
Lower-case Roman numerals (i., ii., iii....).
Public propertyStatic memberRomanUpper
Upper-case Roman numerals (I., II., III....).
Public propertyStatic memberRound
List items prefixed with a hollow circle.
Public propertyStatic memberSquare
List items prefixed with a solid square.

See Also