API Reference
Struct
ListInfo
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
- Zero-based numbering level.
- ordered System.Boolean
- true if the list uses numbering; otherwise, false.
- start System.Int32
- Starting index for the list.
- format System.Nullable{DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues}
- Numbering format for the list.
- text System.String
- Raw text pattern defining the marker.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object
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.