LevelSuffixValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the LevelSuffixValues enumeration.
public enum LevelSuffixValuespublic readonly struct LevelSuffixValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues>type LevelSuffixValues = type LevelSuffixValues = struct
    interface IEnumValue
    interface IEnumValueFactory<LevelSuffixValues>Public Enum LevelSuffixValuesPublic Structure LevelSuffixValues
Implements IEnumValue, IEnumValueFactory(Of LevelSuffixValues), IEquatable(Of LevelSuffixValues)- Inheritance
- 
				LevelSuffixValues
- Inheritance
- 
				LevelSuffixValues
Fields
| Name | Value | Description | 
|---|---|---|
| Tab | 0 | Tab Between Numbering and Text. When the item is serialized out as xml, its value is "tab". | 
| Space | 1 | Space Between Numbering and Text. When the item is serialized out as xml, its value is "space". | 
| Nothing | 2 | Nothing Between Numbering and Text. When the item is serialized out as xml, its value is "nothing". | 
| Equality(LevelSuffixValues, LevelSuffixValues) | ||
| Equals(LevelSuffixValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<LevelSuffixValues>.Create(String) | ||
| Inequality(LevelSuffixValues, LevelSuffixValues) | ||
| LevelSuffixValues(String) | Creates a new LevelSuffixValues enum instance | |
| Nothing | Nothing Between Numbering and Text. When the item is serialized out as xml, its value is "nothing". | |
| Space | Space Between Numbering and Text. When the item is serialized out as xml, its value is "space". | |
| Tab | Tab Between Numbering and Text. When the item is serialized out as xml, its value is "tab". | |
| ToString() |