RubyAlignValues enumeration
Office 2013 and later
Defines the RubyAlignValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Center | Center. When the item is serialized out as xml, its value is "center". | |
| DistributeLetter | Distribute All Characters. When the item is serialized out as xml, its value is "distributeLetter". | |
| DistributeSpace | Distribute all Characters w/ Additional Space On Either Side. When the item is serialized out as xml, its value is "distributeSpace". | |
| Left | Left Aligned. When the item is serialized out as xml, its value is "left". | |
| Right | Right Aligned. When the item is serialized out as xml, its value is "right". | |
| RightVertical | Vertically Aligned to Right of Base Text. When the item is serialized out as xml, its value is "rightVertical". |
Show: