JustificationValues Enumeration
Defines the JustificationValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Enumeration JustificationValues
'Применение
Dim instance As JustificationValues
public enum JustificationValues
Members
Member name | Description | |
---|---|---|
Left | Align Left. When the item is serialized out as xml, its value is "left". | |
Start | start. When the item is serialized out as xml, its value is "start".This item is only available in Office2010. | |
Center | Align Center. When the item is serialized out as xml, its value is "center". | |
Right | Align Right. When the item is serialized out as xml, its value is "right". | |
End | end. When the item is serialized out as xml, its value is "end".This item is only available in Office2010. | |
Both | Justified. When the item is serialized out as xml, its value is "both". | |
MediumKashida | Medium Kashida Length. When the item is serialized out as xml, its value is "mediumKashida". | |
Distribute | Distribute All Characters Equally. When the item is serialized out as xml, its value is "distribute". | |
NumTab | Align to List Tab. When the item is serialized out as xml, its value is "numTab". | |
HighKashida | Widest Kashida Length. When the item is serialized out as xml, its value is "highKashida". | |
LowKashida | Low Kashida Length. When the item is serialized out as xml, its value is "lowKashida". | |
ThaiDistribute | Thai Language Justification. When the item is serialized out as xml, its value is "thaiDistribute". |