Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / List Class
Members


In This Topic
    List Class
    In This Topic
    Represents a list.
    Syntax
    'Declaration
     
    Public Class List 
       Inherits InsertBeforeOrAfter
    'Usage
     
    Dim instance As List
    public class List : InsertBeforeOrAfter 
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.DocumentElement
          Xceed.Document.NET.InsertBeforeOrAfter
             Xceed.Document.NET.List

    Public Properties
     NameDescription
    Public Property  
    Public PropertyGets the collection of Paragraphs in this List.  
    Public PropertyGets/sets the list ListOptions object.  
    Public PropertyGets the NumId of this List.  
    Public PropertyGets or sets the PackagePart for this element. (Inherited from Xceed.Document.NET.DocumentElement)
    Public PropertyGets or sets the XML for this element. (Inherited from Xceed.Document.NET.DocumentElement)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the List.   
    Public MethodAdds an item with a specific start value to the List.   
    Public Method  
    Public MethodDetermines if the provided item can be added to the List.   
    Public MethodDetermines if the provided level exists within the List.  
    Public MethodInserts an incremental caption text under the current picture, table or paragraph. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter)
    Public MethodInserts a Paragraph in the List.  
    Public MethodInserts a defined List after the current object. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter)
    Public MethodInserts a defined List before the current object. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter)
    Public MethodInserts text in the List.  
    Public MethodInserts a page break after the current object. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter)
    Public MethodInserts a page break before the current object. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter)
    Public MethodOverloaded. Overridden.   
    Public MethodOverloaded. Overridden.   
    Public MethodOverloaded. Inserts a Table of a specific size after the current object. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter)
    Public MethodOverloaded. Inserts a Table of a specific size before the current object. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter)
    Public Method Removes the current List from the Document.   
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also