WdCharacterCase Enumeration 

Specifies the case of the text in the specified range.

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

Usage

Dim wdCharacterCase1 As WdCharacterCase = WdCharacterCase.wdFullWidth

Syntax

Public Enum WdCharacterCase
public enum WdCharacterCase
public enum class WdCharacterCase
public enum WdCharacterCase
public enum WdCharacterCase

Members

Member name Description
wdFullWidth Full-width. Used for Japanese characters.
wdHalfWidth Half-width. Used for Japanese characters.
wdHiragana Hiragana characters. Used with Japanese text.
wdKatakana Katakana characters. Used with Japanese text.
wdLowerCase Lower case.
wdNextCase Toggles between upper, lower, and sentence case.
wdTitleSentence Sentence case.
wdTitleWord Title word case.
wdToggleCase Toggles upper case characters to lower, and lower case characters to upper.
wdUpperCase Upper case.

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