Word.HorizontalInVerticalType enum
Specifies the format for horizontal text set within vertical text.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| fitInLine = "FitInLine" | The horizontal text is sized to fit in the line of vertical text. |
| none = "None" | No formatting is applied to the horizontal text. |
| resizeLine = "ResizeLine" | The line of vertical text is sized to accommodate the horizontal text. |