FontPitchValues 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 FontPitchValues enumeration.
public enum FontPitchValuespublic readonly struct FontPitchValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.FontPitchValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.FontPitchValues>type FontPitchValues = type FontPitchValues = struct
    interface IEnumValue
    interface IEnumValueFactory<FontPitchValues>Public Enum FontPitchValuesPublic Structure FontPitchValues
Implements IEnumValue, IEnumValueFactory(Of FontPitchValues), IEquatable(Of FontPitchValues)- Inheritance
- 
				FontPitchValues
- Inheritance
- 
				FontPitchValues
Fields
| Name | Value | Description | 
|---|---|---|
| Fixed | 0 | Fixed Width. When the item is serialized out as xml, its value is "fixed". | 
| Variable | 1 | Proportional Width. When the item is serialized out as xml, its value is "variable". | 
| Default | 2 | Default. When the item is serialized out as xml, its value is "default". | 
| Default | Default. When the item is serialized out as xml, its value is "default". | |
| Equality(FontPitchValues, FontPitchValues) | ||
| Equals(FontPitchValues) | ||
| Equals(Object) | ||
| Fixed | Fixed Width. When the item is serialized out as xml, its value is "fixed". | |
| FontPitchValues(String) | Creates a new FontPitchValues enum instance | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<FontPitchValues>.Create(String) | ||
| Inequality(FontPitchValues, FontPitchValues) | ||
| ToString() | ||
| Variable | Proportional Width. When the item is serialized out as xml, its value is "variable". |