Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Paragraph Class / GetListItemNumber() Method


In This Topic
    GetListItemNumber() Method
    In This Topic
    Returns the ListItem number value that this Paragraph represents.
    Syntax
    'Declaration
     
    Public Function GetListItemNumber() As String
    'Usage
     
    Dim instance As Paragraph
    Dim value As String
     
    value = instance.GetListItemNumber()
    public string GetListItemNumber()

    Return Value

    A string representing the ListItem number value.
    Remarks
    This method only applies if the Paragraph is a ListItem. For example, if the paragraph is a ListItem displayed as "3) Canada", then this method will return "3)".
    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