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

字段

名称 说明
Auto 0

根据内容确定高度。

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

Exact 1

精确高度。

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

AtLeast 2

最小高度。

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

AtLeast

最小高度。

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

Auto

根据内容确定高度。

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

Equality(HeightRuleValues, HeightRuleValues)
Equals(HeightRuleValues)
Equals(Object)
Exact

精确高度。

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

GetHashCode()
HeightRuleValues(String)

创建新的 HeightRuleValues 枚举实例

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

适用于