'DeclarationPublic Enum ListItemType Inherits System.Enum
'UsageDim instance As ListItemType
public enum ListItemType : System.Enum
'DeclarationPublic Enum ListItemType Inherits System.Enum
'UsageDim instance As ListItemType
public enum ListItemType : System.Enum
| Member | Value | Description |
|---|---|---|
| Bulleted | 1 | 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. |
| BulletedArrow | 5 | 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. |
| BulletedCircle | 2 | 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. |
| BulletedDiamond | 4 | 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. |
| BulletedSquare | 3 | 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. |
| BulletedTick | 6 | 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. |
| NumberDefault | 7 | 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. |
| Numbered | 0 | This will create a numbered list. |
| NumberLowerLetterDot | 12 | 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. |
| NumberLowerLetterParenthesis | 13 | 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. |
| NumberLowerRomanDot | 10 | 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. |
| NumberParenthesis | 8 | 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. |
| NumberUpperLetterDot | 11 | 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. |
| NumberUpperRomanDot | 9 | 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. |
| OutineNumber | 14 | This will create a numbered outline list. |
| OutlineHeadingsArticleSection | 16 | 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. |
| OutlineHeadingsChapter | 19 | This will create a chapter-based outline list that follows the headings' style. For example: Chapter 1, Chapter 2, Chapter 3, etc. |
| OutlineHeadingsLegal | 17 | 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. |
| OutlineHeadingsNumbers | 18 | This will create a numbered outline list that follows the headings' style. The numbering will follow the same style as the Numbered option. |
| OutlineLegal | 15 | This will create an outline list that uses the legal style. For example: 1., 1.1., 1.1.1., 1.1.1.1., etc. |
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.ListItemType
.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.