WdHorizontalInVerticalType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the format of horizontal text set within vertical text.
public enum class WdHorizontalInVerticalType
[System.Runtime.InteropServices.Guid("23EE5CED-FE35-3D2E-A069-8D44CD012D99")]
public enum WdHorizontalInVerticalType
type WdHorizontalInVerticalType =
Public Enum WdHorizontalInVerticalType
- Inheritance
-
WdHorizontalInVerticalType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdHorizontalInVerticalNone | 0 | No formatting is applied to the horizontal text. |
wdHorizontalInVerticalFitInLine | 1 | The horizontal text is sized to fit in the line of vertical text. |
wdHorizontalInVerticalResizeLine | 2 | The line of vertical text is sized to accommodate the horizontal text. |