Class ListLevel
Represents a list level in a document.
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable
Inherited Members
Namespace: IronWord.Models.List
Assembly: IronWord.dll
Syntax
public class ListLevel : ContentElement, IDocumentElement, IDocumentObject, ICloneable
Constructors
ListLevel()
Declaration
public ListLevel()
Properties
IsLegalNumberingStyle
Gets or sets the legal numbering style setting for the list level.
Declaration
public string IsLegalNumberingStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LegacyNumbering
Gets or sets the legacy numbering setting for the list level.
Declaration
public string LegacyNumbering { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LevelJustification
Gets or sets the level justification for the list level.
Declaration
public string LevelJustification { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LevelPictureBulletId
Gets or sets the level picture bullet ID for the list level.
Declaration
public string LevelPictureBulletId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LevelRestart
Gets or sets the level restart setting for the list level.
Declaration
public string LevelRestart { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LevelSuffix
Gets or sets the level suffix for the list level.
Declaration
public string LevelSuffix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LevelText
Gets or sets the level text for the list level.
Declaration
public string LevelText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NumberingFormat
Gets or sets the numbering format for the list level.
Declaration
public string NumberingFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NumberingSymbolRunProperties
Gets or sets the numbering symbol run properties for the list level.
Declaration
public string NumberingSymbolRunProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParagraphStyleIdInLevel
Gets or sets the paragraph style ID in the level for the list level.
Declaration
public string ParagraphStyleIdInLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PreviousParagraphProperties
Gets or sets the previous paragraph properties for the list level.
Declaration
public string PreviousParagraphProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StartNumberingValue
Gets or sets the start numbering value for the list level.
Declaration
public string StartNumberingValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable