API Reference
Enum
WordListStyle
List of styles for Word lists Most of the styles are based on the built-in Word list styles, except for the Custom style
Inheritance
- Enum
- WordListStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WordList.Style
- Field WordListStyle.ArticleSections
- Field WordListStyle.Bulleted
- Field WordListStyle.BulletedChars
- Field WordListStyle.Chapters
- Field WordListStyle.Custom
- Field WordListStyle.Heading1ai
- Field WordListStyle.HeadingIA1
- Field WordListStyle.Headings111
- Field WordListStyle.Headings111Shifted
- Field WordListStyle.LowerLetterWithBracket
- Field WordListStyle.LowerLetterWithDot
- Field WordListStyle.Numbered
- Field WordListStyle.UpperLetterWithBracket
- Field WordListStyle.UpperLetterWithDot
- Method WordListStyles.MatchStyle
- Method WordParagraph.GetListStyle
- Property WordParagraph.ListStyle
Accepted by parameters
- Method ListBuilder.Bulleted
- Method ListBuilder.Numbered
- Method WordDocument.AddList
- Method WordDocument.AddTableOfContentList
- Method WordFooter.AddList
- Method WordHeader.AddList
- Method WordHeaderFooter.AddList
- Method WordList.AddList
- Method WordListStyles.GetStyle
- Method WordParagraph.AddList
- Method WordTableCell.AddList
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WordListStyle HeadingIA1 #Multi-level heading style starting with Roman numerals.
Value:
3public const WordListStyle Headings111Shifted #Variation of Headings111 with shifted levels.
Value:
7public const WordListStyle UpperLetterWithBracket #Uppercase letters followed by a bracket.
Value:
11