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