API Reference
Enum
WordListLevelKind
Defines the numbering or bullet style used for a particular list level.
Inheritance
- Enum
- WordListLevelKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field WordListLevelKind.Bullet
- Field WordListLevelKind.BulletArrow
- Field WordListLevelKind.BulletArrowSymbol
- Field WordListLevelKind.BulletBlackCircle
- Field WordListLevelKind.BulletCheckmark
- Field WordListLevelKind.BulletClubs
- Field WordListLevelKind.BulletDiamond
- Field WordListLevelKind.BulletDiamondSymbol
- Field WordListLevelKind.BulletOpenCircle
- Field WordListLevelKind.BulletSolidRound
- Field WordListLevelKind.BulletSquare
- Field WordListLevelKind.BulletSquare2
- Field WordListLevelKind.BulletSquareSymbol
- Field WordListLevelKind.Decimal
- Field WordListLevelKind.DecimalBracket
- Field WordListLevelKind.DecimalDot
- Field WordListLevelKind.LowerLetter
- Field WordListLevelKind.LowerLetterBracket
- Field WordListLevelKind.LowerLetterDot
- Field WordListLevelKind.LowerRoman
- Field WordListLevelKind.LowerRomanBracket
- Field WordListLevelKind.LowerRomanDot
- Field WordListLevelKind.None
- Field WordListLevelKind.UpperLetter
- Field WordListLevelKind.UpperLetterBracket
- Field WordListLevelKind.UpperLetterDot
- Field WordListLevelKind.UpperRoman
- Field WordListLevelKind.UpperRomanBracket
- Field WordListLevelKind.UpperRomanDot
Accepted by parameters
- Method WordDocument.AddCustomBulletList
- Method WordList.AddCustomBulletList
- Method WordList.AddListLevel
- Constructor WordListLevel.WordListLevel
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WordListLevelKind BulletSquare2 #The BulletSquare2, not the same as BulletSquare, and not even used by Word
Value:
9public const WordListLevelKind LowerLetterBracket #Lowercase letters followed by a bracket.
Value:
18public const WordListLevelKind UpperLetterBracket #Uppercase letters followed by a bracket.
Value:
21public const WordListLevelKind LowerRomanBracket #Lowercase Roman numerals followed by a bracket.
Value:
24public const WordListLevelKind UpperRomanBracket #Uppercase Roman numerals followed by a bracket.
Value:
27