[Root] / Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / ListItemType Enumeration


In This Topic
    ListItemType Enumeration
    In This Topic
    Value indicating the List's type.
    Syntax
    'Declaration
     
    
    Public Enum ListItemType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ListItemType
    public enum ListItemType : System.Enum 
    Members
    MemberValueDescription
    Bulleted1

    This will create a classic bulleted list.

    The first level's bullet will be a disc, the second level's will be a circle, the third level's will be a square & then the bullet types will repeat until the last level in the list.

    BulletedArrow5

    This will create a bulleted list where the first level's bullet looks like an arrow.

    The other levels will then use the default bullet styles found in the Bulleted option.

    BulletedCircle2

    This will create a bulleted list where the first level's bullet looks like a circle.

    The other levels will then use the default bullet styles found in the Bulleted option.

    BulletedDiamond4

    This will create a bulleted list where the first level's bullet looks like a diamond.

    The other levels will then use the default bullet styles found in the Bulleted option.

    BulletedSquare3

    This will create a bulleted list where the fist level's bullet looks like a square.

    The other levels will then use the default bullet styles found in the Bulleted option.

    BulletedTick6

    This will create a bulleted list where the first level's bullet looks like a tick, which is similar to a checkmark.

    The other levels will then use the default bullet styles found in the Bulleted option.

    NumberDefault7

    This will create a numbered list, using Word's default style.

    The first three levels will use the following pattern: 1. a. i.

    The pattern will then be repeated until the last level in the list.

    Numbered0

    This will create a numbered list. 

    NumberLowerLetterDot12

    This will create a numbered list where the first level's number is in fact a lowercase letter, followed by a dot. For example: a.

    The other levels will then use the default styles found in the NumberedDefault option.

    NumberLowerLetterParenthesis13

    This will create a numbered list where the first level's number is in fact a lowercase letter, followed by a parenthesis. For example: a)

    The other levels will then use the default styles found in the NumberedDefault option.

    NumberLowerRomanDot10

    This will create a numbered list where the first level's number is a lowercase Roman numeral, followed by a dot. For example: i.

    The other levels will then use the default styles found in the NumberedDefault option.

    NumberParenthesis8

    This will create a numbered list where the first level's number is followed by a parenthesis. For example: 1).

    The other levels will then use the default styles found in the NumberedDefault option.

    NumberUpperLetterDot11

    This will create a numbered list where the first level's number is in fact an uppercase letter, followed by a dot. For example: A.

    The other levels will then use the default styles found in the NumberedDefault option.

    NumberUpperRomanDot9

    This will create a numbered list where the first level's number is an uppercase Roman numeral, followed by a dot. For example: I.

    The other levels will then use the default styles found in the NumberedDefault option.

    OutineNumber14This will create a numbered outline list.
    OutlineHeadingsArticleSection16

    This will create an Article/Section outline list that follows the headings' style.

    For example, the list will start with: Article 1. Section 1.

    The rest of the list will follow the same style as the OutlineNumber option.

    OutlineHeadingsChapter19This will create a chapter-based outline list that follows the headings' style. For example: Chapter 1, Chapter 2, Chapter 3, etc.
    OutlineHeadingsLegal17

    This will create an outline list that uses the legal style & follows the headings' style.

    The numbering will follow the same style as the OutlineLegal option.

    OutlineHeadingsNumbers18

    This will create a numbered outline list that follows the headings' style.

    The numbering will follow the same style as the Numbered option.

    OutlineLegal15This will create an outline list that uses the legal style. For example: 1., 1.1., 1.1.1., 1.1.1.1., etc.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.ListItemType

    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also