OfficeIMO

API Reference

Enum

WordListLevelKind

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines the numbering or bullet style used for a particular list level.

Inheritance

  • Enum
  • WordListLevelKind

Values

public const WordListLevelKind None #

No bullet or numbering.

Value: 0
public const WordListLevelKind Bullet #

Standard bullet symbol.

Value: 1
public const WordListLevelKind BulletSquareSymbol #

Square bullet symbol.

Value: 2
public const WordListLevelKind BulletBlackCircle #

Black circle bullet symbol.

Value: 3
public const WordListLevelKind BulletDiamondSymbol #

Diamond bullet symbol.

Value: 4
public const WordListLevelKind BulletArrowSymbol #

Arrow bullet symbol.

Value: 5
public const WordListLevelKind BulletSolidRound #

Solid round bullet symbol.

Value: 6
public const WordListLevelKind BulletOpenCircle #

Open circle bullet symbol.

Value: 7
public const WordListLevelKind BulletSquare #

Square bullet style.

Value: 8
public const WordListLevelKind BulletSquare2 #

The BulletSquare2, not the same as BulletSquare, and not even used by Word

Value: 9
public const WordListLevelKind BulletCheckmark #

Checkmark bullet symbol.

Value: 10
public const WordListLevelKind BulletClubs #

Clubs bullet symbol.

Value: 11
public const WordListLevelKind BulletDiamond #

Diamond shape bullet.

Value: 12
public const WordListLevelKind BulletArrow #

Arrow shape bullet.

Value: 13
public const WordListLevelKind Decimal #

Decimal numbers.

Value: 14
public const WordListLevelKind DecimalBracket #

Decimal numbers followed by a bracket.

Value: 15
public const WordListLevelKind DecimalDot #

Decimal numbers followed by a dot.

Value: 16
public const WordListLevelKind LowerLetter #

Lowercase letters.

Value: 17
public const WordListLevelKind LowerLetterBracket #

Lowercase letters followed by a bracket.

Value: 18
public const WordListLevelKind LowerLetterDot #

Lowercase letters followed by a dot.

Value: 19
public const WordListLevelKind UpperLetter #

Uppercase letters.

Value: 20
public const WordListLevelKind UpperLetterBracket #

Uppercase letters followed by a bracket.

Value: 21
public const WordListLevelKind UpperLetterDot #

Uppercase letters followed by a dot.

Value: 22
public const WordListLevelKind LowerRoman #

Lowercase Roman numerals.

Value: 23
public const WordListLevelKind LowerRomanBracket #

Lowercase Roman numerals followed by a bracket.

Value: 24
public const WordListLevelKind LowerRomanDot #

Lowercase Roman numerals followed by a dot.

Value: 25
public const WordListLevelKind UpperRoman #

Uppercase Roman numerals.

Value: 26
public const WordListLevelKind UpperRomanBracket #

Uppercase Roman numerals followed by a bracket.

Value: 27
public const WordListLevelKind UpperRomanDot #

Uppercase Roman numerals followed by a dot.

Value: 28