Version

NumberFormatType Enumeration

Determines the format of numbered list of paragraphs.
Syntax
'Declaration
 
Public Enum NumberFormatType 
   Inherits System.Enum
public enum NumberFormatType : System.Enum 
Members
MemberDescription
Bulleta bullet symbol
CardinalTextOne, Two, Three etc.
CustomA custom number format
DecimalDecimal numbers
DecimalEnclosedFullstopDecimal numbers followed by a period. Note: only numbers 1 thru 20 are followed by a period, higher numbers are not.
DecimalEnclosedParenDecimal numbers enclosed in parentheses. Note: only numbers 1 thru 20 are enclosed in parentheses, higher numbers are not.
LowerLetterLowercase letters, e.g. a, b, c, d etc.
LowerRomanLowercase roman numerals, e.g. i, ii, iii, iv etc.
Ordinal1st, 2nd, 3rd etc.
OrdinalTextFirst, Second, Third etc.
UpperLetterUppercase letters, e.g. A, B, C, D etc.
UpperRomanUppercase roman numerals, e.g. I, II, III, IV etc.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also