WdCharacterWidth 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 character width of the specified range.
public enum class WdCharacterWidth
[System.Runtime.InteropServices.Guid("CA59C2ED-82CC-31EB-9817-0158DCD475E4")]
public enum WdCharacterWidth
type WdCharacterWidth =
Public Enum WdCharacterWidth
- Inheritance
-
WdCharacterWidth
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdWidthHalfWidth | 6 | Characters are displayed in half the character width. |
wdWidthFullWidth | 7 | Characters are displayed in full character width. |