HeightRuleValues Enum

Definition

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

HeightRuleValues(String)

Creates a new HeightRuleValues enum instance

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 0

Determine Height Based On Contents.

When the item is serialized out as xml, its value is "auto".

Auto

Determine Height Based On Contents.

When the item is serialized out as xml, its value is "auto".

Equals(HeightRuleValues)
Equals(Object)
Exact

Exact Height.

When the item is serialized out as xml, its value is "exact".

Exact 1

Exact Height.

When the item is serialized out as xml, its value is "exact".

GetHashCode()
Equality(HeightRuleValues, HeightRuleValues)
Inequality(HeightRuleValues, HeightRuleValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<HeightRuleValues>.Create(String)

Applies to