OfficeIMO

API Reference

Struct

ListInfo

Namespace OfficeIMO.Word.DocumentTraversal
Assembly OfficeIMO.Word
Base ValueType
Modifiers sealed

Describes list information for a paragraph.

Inheritance

  • ValueType
  • ListInfo

Constructors

public ListInfo(Int32 level, Boolean ordered, Int32 start, Nullable<NumberFormatValues> format, String text) #

Initializes a new instance of the ListInfo struct.

Parameters

level System.Int32 requiredposition: 0
Zero-based numbering level.
ordered System.Boolean requiredposition: 1
true if the list uses numbering; otherwise, false.
start System.Int32 requiredposition: 2
Starting index for the list.
format System.Nullable{DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues} requiredposition: 3
Numbering format for the list.
text System.String requiredposition: 4
Raw text pattern defining the marker.

Properties

public Int32 Level { get; } #

Zero-based nesting level.

public Boolean Ordered { get; } #

Indicates whether numbering is used.

public Int32 Start { get; } #

Starting index for the list.

public Nullable<NumberFormatValues> NumberFormat { get; } #

Numbering format applied to the list.

public String LevelText { get; } #

Pattern used to build the list marker.