VerticalAlignmentValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
垂直对齐
public enum VerticalAlignmentValues
public readonly struct VerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues>
type VerticalAlignmentValues =
type VerticalAlignmentValues = struct
interface IEnumValue
interface IEnumValueFactory<VerticalAlignmentValues>
Public Enum VerticalAlignmentValues
Public Structure VerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of VerticalAlignmentValues), IEquatable(Of VerticalAlignmentValues)
- 继承
-
VerticalAlignmentValues
- 继承
-
VerticalAlignmentValues
字段
名称 | 值 | 说明 |
---|---|---|
Top | 0 | 顶端对齐。 当项序列化为 xml 时,其值为“t”。 |
Middle | 1 | 居中。 当项序列化为 xml 时,其值为“mid”。 |
Bottom | 2 | 底端对齐。 当项序列化为 xml 时,其值为“b”。 |
None | 3 | 无。 当项序列化为 xml 时,其值为“none”。 |
Top2010 | 4 | 返回页首。 当项序列化为 xml 时,其值为“top”。 此项仅在 Office 2010 及更高版本中可用。 |
Middle2010 | 5 | 中心。 当项序列化为 xml 时,其值为“center”。 此项仅在 Office 2010 及更高版本中可用。 |
Bottom2010 | 6 | 底。 当项序列化为 xml 时,其值为“bottom”。 此项仅在 Office 2010 及更高版本中可用。 |
Bottom | 底端对齐。 当项序列化为 xml 时,其值为“b”。 |
|
Bottom2010 | 底。 当项序列化为 xml 时,其值为“bottom”。 此项仅在 Office 2010 及更高版本中可用。 |
|
Equality(VerticalAlignmentValues, VerticalAlignmentValues) | ||
Equals(Object) | ||
Equals(VerticalAlignmentValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<VerticalAlignmentValues>.Create(String) | ||
Inequality(VerticalAlignmentValues, VerticalAlignmentValues) | ||
Middle | 居中。 当项序列化为 xml 时,其值为“mid”。 |
|
Middle2010 | 中心。 当项序列化为 xml 时,其值为“center”。 此项仅在 Office 2010 及更高版本中可用。 |
|
None | 无。 当项序列化为 xml 时,其值为“none”。 |
|
Top | 顶端对齐。 当项序列化为 xml 时,其值为“t”。 |
|
Top2010 | 返回页首。 当项序列化为 xml 时,其值为“top”。 此项仅在 Office 2010 及更高版本中可用。 |
|
ToString() | ||
VerticalAlignmentValues(String) | 创建新的 VerticalAlignmentValues 枚举实例 |