JustificationValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 ReasonValues 枚举。
public enum JustificationValues
public readonly struct JustificationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Math.JustificationValues>, IEquatable<DocumentFormat.OpenXml.Math.JustificationValues>
type JustificationValues =
type JustificationValues = struct
interface IEnumValue
interface IEnumValueFactory<JustificationValues>
Public Enum JustificationValues
Public Structure JustificationValues
Implements IEnumValue, IEnumValueFactory(Of JustificationValues), IEquatable(Of JustificationValues)
- 继承
-
JustificationValues
- 继承
-
JustificationValues
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Left | 0 | 左对齐。 当项序列化为 xml 时,其值为“left”。 |
| Right | 1 | 靠右。 将项序列化为 xml 时,其值为“right”。 |
| Center | 2 | 中心 (公式) 。 当项序列化为 xml 时,其值为“center”。 |
| CenterGroup | 3 | 居中为组 (公式) 。 当项序列化为 xml 时,其值为“centerGroup”。 |
| Center | 中心 (公式) 。 当项序列化为 xml 时,其值为“center”。 |
|
| CenterGroup | 居中为组 (公式) 。 当项序列化为 xml 时,其值为“centerGroup”。 |
|
| Equality(JustificationValues, JustificationValues) | ||
| Equals(JustificationValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<JustificationValues>.Create(String) | ||
| Inequality(JustificationValues, JustificationValues) | ||
| JustificationValues(String) | 创建新的 JustificationValues 枚举实例 |
|
| Left | 左对齐。 当项序列化为 xml 时,其值为“left”。 |
|
| Right | 靠右。 将项序列化为 xml 时,其值为“right”。 |
|
| ToString() |