TextVerticalAlignmentValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 TextVerticalAlignmentValues 枚举。
public enum TextVerticalAlignmentValues
public readonly struct TextVerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues>
type TextVerticalAlignmentValues =
type TextVerticalAlignmentValues = struct
interface IEnumValue
interface IEnumValueFactory<TextVerticalAlignmentValues>
Public Enum TextVerticalAlignmentValues
Public Structure TextVerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of TextVerticalAlignmentValues), IEquatable(Of TextVerticalAlignmentValues)
- 继承
-
TextVerticalAlignmentValues
- 继承
-
TextVerticalAlignmentValues
字段
名称 | 值 | 说明 |
---|---|---|
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(TextVerticalAlignmentValues, TextVerticalAlignmentValues) | ||
Equals(Object) | ||
Equals(TextVerticalAlignmentValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TextVerticalAlignmentValues>.Create(String) | ||
Inequality(TextVerticalAlignmentValues, TextVerticalAlignmentValues) | ||
Justify | 辩护。 当项序列化为 xml 时,其值为“justify”。 |
|
TextVerticalAlignmentValues(String) | 创建新的 TextVerticalAlignmentValues 枚举实例 |
|
Top | 返回页首。 当项序列化为 xml 时,其值为“top”。 |
|
ToString() |