API Reference
Struct
WordListEvent
Represents events emitted while traversing document lists.
Inheritance
- ValueType
- WordListEvent
Constructors
public WordListEvent(WordListEventType eventType, Paragraph paragraph, Boolean ordered, Int32 level) #Initializes a new instance of the WordListEvent struct.
Parameters
- eventType OfficeIMO.Word.WordListEventType
- Type of event being reported.
- paragraph DocumentFormat.OpenXml.Wordprocessing.Paragraph
- Paragraph associated with the event when applicable.
- ordered System.Boolean
- true when the current list is ordered.
- level System.Int32
- Zero-based nesting level of the list.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object
Properties
public WordListEventType EventType { get; } #Type of the emitted event.
public Paragraph Paragraph { get; } #Paragraph associated with the event when applicable.
public Boolean Ordered { get; } #Indicates whether the current list is ordered.
public Int32 Level { get; } #Zero-based nesting level of the list item.