WdCharacterWidth Enumeration 

Specifies the character width of the specified range.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdCharacterWidth1 As WdCharacterWidth = WdCharacterWidth.wdWidthFullWidth

Syntax

Public Enum WdCharacterWidth
public enum WdCharacterWidth
public enum class WdCharacterWidth
public enum WdCharacterWidth
public enum WdCharacterWidth

Members

Member name Description
wdWidthFullWidth Characters are displayed in full character width.
wdWidthHalfWidth Characters are displayed in half the character width.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace