API Reference

Enum

WordListEventType

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

Types of list traversal events.

Inheritance

  • Enum
  • WordListEventType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const WordListEventType StartList #

Signals the start of a new list.

Value: 0
public const WordListEventType EndList #

Signals the end of the current list.

Value: 1
public const WordListEventType StartItem #

Signals the start of a new list item.

Value: 2
public const WordListEventType EndItem #

Signals the end of the current list item.

Value: 3
public const WordListEventType Paragraph #

Represents a standalone paragraph outside of lists.

Value: 4