RubyAlignValues Enumeration
Defines the RubyAlignValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration RubyAlignValues
'Uso
Dim instance As RubyAlignValues
public enum RubyAlignValues
Members
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". |