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)

Syntax

'Declaration
Public Enumeration WdCharacterCase
'Usage
Dim instance As WdCharacterCase
public enum WdCharacterCase

Members

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

See Also

Reference

Microsoft.Office.Interop.Word Namespace