VerticalAlignmentValues Enum  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
垂直对齐类型
public enum VerticalAlignmentValuespublic readonly struct VerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues>type VerticalAlignmentValues = type VerticalAlignmentValues = struct
    interface IEnumValue
    interface IEnumValueFactory<VerticalAlignmentValues>Public Enum VerticalAlignmentValuesPublic Structure VerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of VerticalAlignmentValues), IEquatable(Of VerticalAlignmentValues)- 继承
- 
				VerticalAlignmentValues
- 继承
- 
				VerticalAlignmentValues
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Top | 0 | 顶部对齐。 当项序列化为 xml 时,其值为“top”。 | 
| Center | 1 | 居中垂直对齐。 当项序列化为 xml 时,其值为“center”。 | 
| Bottom | 2 | 与底部对齐。 当项序列化为 xml 时,其值为“bottom”。 | 
| Justify | 3 | 垂直对齐。 当项序列化为 xml 时,其值为“justify”。 | 
| Distributed | 4 | 分布式垂直对齐。 当项序列化为 xml 时,其值为“分布式”。 | 
| Bottom | 与底部对齐。 当项序列化为 xml 时,其值为“bottom”。 | |
| Center | 居中垂直对齐。 当项序列化为 xml 时,其值为“center”。 | |
| Distributed | 分布式垂直对齐。 当项序列化为 xml 时,其值为“分布式”。 | |
| Equality(VerticalAlignmentValues, VerticalAlignmentValues) | ||
| Equals(Object) | ||
| Equals(VerticalAlignmentValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<VerticalAlignmentValues>.Create(String) | ||
| Inequality(VerticalAlignmentValues, VerticalAlignmentValues) | ||
| Justify | 垂直对齐。 当项序列化为 xml 时,其值为“justify”。 | |
| Top | 顶部对齐。 当项序列化为 xml 时,其值为“top”。 | |
| ToString() | ||
| VerticalAlignmentValues(String) | 创建新的 VerticalAlignmentValues 枚举实例 |