LineSpacingRuleValues 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 LineSpacingRuleValues enumeration.
public enum LineSpacingRuleValuespublic readonly struct LineSpacingRuleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues>type LineSpacingRuleValues = type LineSpacingRuleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<LineSpacingRuleValues>Public Enum LineSpacingRuleValuesPublic Structure LineSpacingRuleValues
Implements IEnumValue, IEnumValueFactory(Of LineSpacingRuleValues), IEquatable(Of LineSpacingRuleValues)- Inheritance
- 
				LineSpacingRuleValues
- Inheritance
- 
				LineSpacingRuleValues
Fields
| Name | Value | Description | 
|---|---|---|
| Auto | 0 | Automatically Determined Line Height. When the item is serialized out as xml, its value is "auto". | 
| Exact | 1 | Exact Line Height. When the item is serialized out as xml, its value is "exact". | 
| AtLeast | 2 | Minimum Line Height. When the item is serialized out as xml, its value is "atLeast". | 
| AtLeast | Minimum Line Height. When the item is serialized out as xml, its value is "atLeast". | |
| Auto | Automatically Determined Line Height. When the item is serialized out as xml, its value is "auto". | |
| Equality(LineSpacingRuleValues, LineSpacingRuleValues) | ||
| Equals(LineSpacingRuleValues) | ||
| Equals(Object) | ||
| Exact | Exact Line Height. When the item is serialized out as xml, its value is "exact". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<LineSpacingRuleValues>.Create(String) | ||
| Inequality(LineSpacingRuleValues, LineSpacingRuleValues) | ||
| LineSpacingRuleValues(String) | Creates a new LineSpacingRuleValues enum instance | |
| ToString() |