Class ListLevelCollection
Represents a collections of list formatting for each levels in a list.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class ListLevelCollection : XDLSSerializableCollection, IXDLSSerializableCollection, IEnumerable
Properties
Item[Int32]
Gets the WListLevel at the specified index. Read-only.
Declaration
public WListLevel this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index of the list level to get. |
Property Value
Type | Description |
---|---|
WListLevel | The WListLevel at the specified index. |
Methods
CreateItem(IXDLSContentReader)
Creates a new item.
Declaration
protected override OwnerHolder CreateItem(IXDLSContentReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSContentReader | reader | The IXDLSContentReader object. |
Returns
Type | Description |
---|---|
OwnerHolder | The OwnerHolder object. |
Overrides
GetTagItemName()
Returns the name of xml tag.
Declaration
protected override string GetTagItemName()
Returns
Type | Description |
---|---|
System.String | The string that represents the tag name. |
Overrides
Implements
System.Collections.IEnumerable