Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the RubyAlignValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration RubyAlignValues
'Usage
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". |