OfficeIMO

API Reference

Enum

WordListStyle

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

List of styles for Word lists Most of the styles are based on the built-in Word list styles, except for the Custom style

Inheritance

  • Enum
  • WordListStyle

Values

public const WordListStyle Bulleted #

Regular bulleted list.

Value: 0
public const WordListStyle ArticleSections #

Numbered style used for article sections.

Value: 1
public const WordListStyle Headings111 #

Three-level heading numbering (1.1.1).

Value: 2
public const WordListStyle HeadingIA1 #

Multi-level heading style starting with Roman numerals.

Value: 3
public const WordListStyle Chapters #

Chapter numbering style.

Value: 4
public const WordListStyle BulletedChars #

Bulleted list using Wingdings characters.

Value: 5
public const WordListStyle Heading1ai #

Heading style using A.i numbering.

Value: 6
public const WordListStyle Headings111Shifted #

Variation of Headings111 with shifted levels.

Value: 7
public const WordListStyle LowerLetterWithBracket #

Lowercase letters followed by a bracket.

Value: 8
public const WordListStyle LowerLetterWithDot #

Lowercase letters followed by a dot.

Value: 9
public const WordListStyle UpperLetterWithDot #

Uppercase letters followed by a dot.

Value: 10
public const WordListStyle UpperLetterWithBracket #

Uppercase letters followed by a bracket.

Value: 11
public const WordListStyle Custom #

Custom numbering defined by the user.

Value: 12
public const WordListStyle Numbered #

Standard numbered list.

Value: 13