Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListLevelCollection

    Show / Hide Table of Contents

    Class ListLevelCollection

    Represents a collections of list formatting for each levels in a list.

    Inheritance
    System.Object
    OwnerHolder
    CollectionImpl
    XDLSSerializableCollection
    ListLevelCollection
    Implements
    IXDLSSerializableCollection
    System.Collections.IEnumerable
    Inherited Members
    XDLSSerializableCollection.IXDLSSerializableCollection.AddNewItem(IXDLSContentReader)
    XDLSSerializableCollection.IXDLSSerializableCollection.TagItemName
    CollectionImpl.GetEnumerator()
    CollectionImpl.Count
    OwnerHolder.m_doc
    OwnerHolder.Document
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.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
    XDLSSerializableCollection.CreateItem(IXDLSContentReader)

    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
    XDLSSerializableCollection.GetTagItemName()

    Implements

    IXDLSSerializableCollection
    System.Collections.IEnumerable

    See Also

    ListStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved