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.
Specifies the format of horizontal text set within vertical text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdHorizontalInVerticalType
'Usage
Dim instance As WdHorizontalInVerticalType
public enum WdHorizontalInVerticalType
Members
| Member name | Description | |
|---|---|---|
| wdHorizontalInVerticalNone | No formatting is applied to the horizontal text. | |
| wdHorizontalInVerticalFitInLine | The horizontal text is sized to fit in the line of vertical text. | |
| wdHorizontalInVerticalResizeLine | The line of vertical text is sized to accommodate the horizontal text. |