Share via


HeightRuleValues 枚举

定义

定义 HeightRuleValues 枚举。

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)
继承
HeightRuleValues
继承
HeightRuleValues

字段

HeightRuleValues(String)

创建新的 HeightRuleValues 枚举实例

AtLeast 2

最小高度。

当项序列化为 xml 时,其值为“atLeast”。

AtLeast

最小高度。

当项序列化为 xml 时,其值为“atLeast”。

Auto 0

根据内容确定高度。

当项序列化为 xml 时,其值为“auto”。

Auto

根据内容确定高度。

当项序列化为 xml 时,其值为“auto”。

Equals(HeightRuleValues)
Equals(Object)
Exact

精确高度。

将项序列化为 xml 时,其值为“exact”。

Exact 1

精确高度。

将项序列化为 xml 时,其值为“exact”。

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

适用于