menu

Document Processing

ListType Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ListType Class

    Specifies type of the list format.

    Inheritance
    System.Object
    ListType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public sealed class ListType : Enum

    Fields

    Bulleted

    Specifies bulleted list.

    Declaration
    public const ListType Bulleted
    Field Value
    Type
    ListType

    NoList

    No numbering.

    Declaration
    public const ListType NoList
    Field Value
    Type
    ListType

    Numbered

    Specifies numbered list.

    Declaration
    public const ListType Numbered
    Field Value
    Type
    ListType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved