ExpandValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 ExpandValues 枚举。
public enum ExpandValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum ExpandValues
public readonly struct ExpandValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues>, IEquatable<DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues>
type ExpandValues =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type ExpandValues =
type ExpandValues = struct
interface IEnumValue
interface IEnumValueFactory<ExpandValues>
Public Enum ExpandValues
Public Structure ExpandValues
Implements IEnumValue, IEnumValueFactory(Of ExpandValues), IEquatable(Of ExpandValues)
- 继承
-
ExpandValues
- 继承
-
ExpandValues
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
TopLeft | 0 | topLeft。 当项序列化为 xml 时,其值为“topLeft”。 |
Top | 1 | 返回页首。 当项序列化为 xml 时,其值为“top”。 |
TopRight | 2 | topRight。 当项序列化为 xml 时,其值为“topRight”。 |
Left | 3 | 左。 当项序列化为 xml 时,其值为“left”。 |
Center | 4 | 中心。 当项序列化为 xml 时,其值为“center”。 |
Right | 5 | 右。 将项序列化为 xml 时,其值为“right”。 |
BottomLeft | 6 | bottomLeft。 当项序列化为 xml 时,其值为“bottomLeft”。 |
Bottom | 7 | 底。 当项序列化为 xml 时,其值为“bottom”。 |
BottomRight | 8 | bottomRight。 当项序列化为 xml 时,其值为“bottomRight”。 |
Bottom | 底。 当项序列化为 xml 时,其值为“bottom”。 |
|
BottomLeft | bottomLeft。 当项序列化为 xml 时,其值为“bottomLeft”。 |
|
BottomRight | bottomRight。 当项序列化为 xml 时,其值为“bottomRight”。 |
|
Center | 中心。 当项序列化为 xml 时,其值为“center”。 |
|
Equality(ExpandValues, ExpandValues) | ||
Equals(ExpandValues) | ||
Equals(Object) | ||
ExpandValues(String) | 创建新的 ExpandValues 枚举实例 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ExpandValues>.Create(String) | ||
Inequality(ExpandValues, ExpandValues) | ||
Left | 左。 当项序列化为 xml 时,其值为“left”。 |
|
Right | 右。 将项序列化为 xml 时,其值为“right”。 |
|
Top | 返回页首。 当项序列化为 xml 时,其值为“top”。 |
|
TopLeft | topLeft。 当项序列化为 xml 时,其值为“topLeft”。 |
|
TopRight | topRight。 当项序列化为 xml 时,其值为“topRight”。 |
|
ToString() |