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