HeightRuleValues Enum  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 HeightRuleValues 枚举。
public enum HeightRuleValuespublic 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 HeightRuleValuesPublic 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() |