WdHorizontalInVerticalType Enumeration

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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace