JustificationValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the JustificationValues enumeration.
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)
- Inheritance
-
JustificationValues
- Inheritance
-
JustificationValues
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Align Left. When the item is serialized out as xml, its value is "left". |
Start | 1 | start. When the item is serialized out as xml, its value is "start". This item is only available in Office 2010 and later. |
Center | 2 | Align Center. When the item is serialized out as xml, its value is "center". |
Right | 3 | Align Right. When the item is serialized out as xml, its value is "right". |
End | 4 | end. When the item is serialized out as xml, its value is "end". This item is only available in Office 2010 and later. |
Both | 5 | Justified. When the item is serialized out as xml, its value is "both". |
MediumKashida | 6 | Medium Kashida Length. When the item is serialized out as xml, its value is "mediumKashida". |
Distribute | 7 | Distribute All Characters Equally. When the item is serialized out as xml, its value is "distribute". |
NumTab | 8 | Align to List Tab. When the item is serialized out as xml, its value is "numTab". |
HighKashida | 9 | Widest Kashida Length. When the item is serialized out as xml, its value is "highKashida". |
LowKashida | 10 | Low Kashida Length. When the item is serialized out as xml, its value is "lowKashida". |
ThaiDistribute | 11 | Thai Language Justification. When the item is serialized out as xml, its value is "thaiDistribute". |
Both | Justified. When the item is serialized out as xml, its value is "both". |
|
Center | Align Center. When the item is serialized out as xml, its value is "center". |
|
Distribute | Distribute All Characters Equally. When the item is serialized out as xml, its value is "distribute". |
|
End | end. When the item is serialized out as xml, its value is "end". This item is only available in Office 2010 and later. |
|
Equality(JustificationValues, JustificationValues) | ||
Equals(JustificationValues) | ||
Equals(Object) | ||
GetHashCode() | ||
HighKashida | Widest Kashida Length. When the item is serialized out as xml, its value is "highKashida". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<JustificationValues>.Create(String) | ||
Inequality(JustificationValues, JustificationValues) | ||
JustificationValues(String) | Creates a new JustificationValues enum instance |
|
Left | Align Left. When the item is serialized out as xml, its value is "left". |
|
LowKashida | Low Kashida Length. When the item is serialized out as xml, its value is "lowKashida". |
|
MediumKashida | Medium Kashida Length. When the item is serialized out as xml, its value is "mediumKashida". |
|
NumTab | Align to List Tab. When the item is serialized out as xml, its value is "numTab". |
|
Right | Align Right. When the item is serialized out as xml, its value is "right". |
|
Start | start. When the item is serialized out as xml, its value is "start". This item is only available in Office 2010 and later. |
|
ThaiDistribute | Thai Language Justification. When the item is serialized out as xml, its value is "thaiDistribute". |
|
ToString() |