JustificationValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 ReasonValues 枚举。
public enum JustificationValues
public readonly struct JustificationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.JustificationValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.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”。 |
| Start | 1 | 开始。 当项序列化为 xml 时,其值为“start”。 此项仅在 Office 2010 及更高版本中可用。 |
| Center | 2 | 居中对齐。 当项序列化为 xml 时,其值为“center”。 |
| Right | 3 | 右对齐。 将项序列化为 xml 时,其值为“right”。 |
| End | 4 | 结束。 当项序列化为 xml 时,其值为“end”。 此项仅在 Office 2010 及更高版本中可用。 |
| Both | 5 | 合理。 当项序列化为 xml 时,其值为“两者”。 |
| MediumKashida | 6 | 中 Kashida 长度。 当项序列化为 xml 时,其值为“mediumKashida”。 |
| Distribute | 7 | 平均分配所有字符。 当项序列化为 xml 时,其值为“distribut”。 |
| NumTab | 8 | 与“列表”选项卡对齐。 当项序列化为 xml 时,其值为“numTab”。 |
| HighKashida | 9 | 最宽的 Kashida 长度。 当项序列化为 xml 时,其值为“highKashida”。 |
| LowKashida | 10 | 低 Kashida 长度。 当项序列化为 xml 时,其值为“lowKashida”。 |
| ThaiDistribute | 11 | 泰语理由。 当项序列化为 xml 时,其值为“thaiDistribute”。 |
| Both | 合理。 当项序列化为 xml 时,其值为“两者”。 |
|
| Center | 居中对齐。 当项序列化为 xml 时,其值为“center”。 |
|
| Distribute | 平均分配所有字符。 当项序列化为 xml 时,其值为“distribut”。 |
|
| End | 结束。 当项序列化为 xml 时,其值为“end”。 此项仅在 Office 2010 及更高版本中可用。 |
|
| Equality(JustificationValues, JustificationValues) | ||
| Equals(JustificationValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| HighKashida | 最宽的 Kashida 长度。 当项序列化为 xml 时,其值为“highKashida”。 |
|
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<JustificationValues>.Create(String) | ||
| Inequality(JustificationValues, JustificationValues) | ||
| JustificationValues(String) | 创建新的 JustificationValues 枚举实例 |
|
| Left | 左对齐。 当项序列化为 xml 时,其值为“left”。 |
|
| LowKashida | 低 Kashida 长度。 当项序列化为 xml 时,其值为“lowKashida”。 |
|
| MediumKashida | 中 Kashida 长度。 当项序列化为 xml 时,其值为“mediumKashida”。 |
|
| NumTab | 与“列表”选项卡对齐。 当项序列化为 xml 时,其值为“numTab”。 |
|
| Right | 右对齐。 将项序列化为 xml 时,其值为“right”。 |
|
| Start | 开始。 当项序列化为 xml 时,其值为“start”。 此项仅在 Office 2010 及更高版本中可用。 |
|
| ThaiDistribute | 泰语理由。 当项序列化为 xml 时,其值为“thaiDistribute”。 |
|
| ToString() |