WdCharacterCase 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 case of the text in the specified range.
public enum class WdCharacterCase
[System.Runtime.InteropServices.Guid("DB686EA6-1A50-3146-B8A0-868BC3C6F451")]
public enum WdCharacterCase
type WdCharacterCase =
Public Enum WdCharacterCase
- Inheritance
-
WdCharacterCase
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNextCase | -1 | Toggles between upper, lower, and sentence case. |
wdLowerCase | 0 | Lower case. |
wdUpperCase | 1 | Upper case. |
wdTitleWord | 2 | Title word case. |
wdTitleSentence | 4 | Sentence case. |
wdToggleCase | 5 | Toggles upper case characters to lower, and lower case characters to upper. |
wdHalfWidth | 6 | Half-width. Used for Japanese characters. |
wdFullWidth | 7 | Full-width. Used for Japanese characters. |
wdKatakana | 8 | Katakana characters. Used with Japanese text. |
wdHiragana | 9 | Hiragana characters. Used with Japanese text. |