Word.CharacterCase enum
Specifies the case of the text in the specified range.
Remarks
[ API set: WordApiDesktop 1.3 ]
Fields
| fullWidth = "FullWidth" | Specifies full-width characters. |
| halfWidth = "HalfWidth" | Specifies half-width characters. |
| hiragana = "Hiragana" | Specifies Hiragana characters. |
| katakana = "Katakana" | Specifies Katakana characters. |
| lower = "Lower" | Specifies lowercase. |
| next = "Next" | Specifies the next case. |
| titleSentence = "TitleSentence" | Specifies title case for the sentence. |
| titleWord = "TitleWord" | Specifies title case for each word. |
| toggle = "Toggle" | Specifies toggle case. |
| upper = "Upper" | Specifies uppercase. |