Returns or sets the formatting for horizontal text set within vertical text. Read/write WdHorizontalInVerticalType.
WdHorizontalInVerticalType can be one of these WdHorizontalInVerticalType constants. |
wdHorizontalInVerticalNone |
wdHorizontalInVerticalFitInLine |
wdHorizontalInVerticalResizeLine |
expression.HorizontalInVertical
expression Required. An expression that returns a Range object.
For more information on using Microsoft Word with East Asian languages, see Word features for East Asian languages.
This example formats the current selection as horizontal text within a run of vertical text, fitting the text to the line width of the vertical text.
Selection.Range.HorizontalInVertical = wdHorizontalInVerticalFitInLine