Enumeration
CaseChangeType
The case change type.
Value
Name
Description
Value
CaseChangeType.LOWERCASE
Change to lower case.
int 1
CaseChangeType.SENTENCECASE
Change to sentence case.
int 3
CaseChangeType.TITLECASE
Change to title case.
int 2
CaseChangeType.UPPERCASE
Change to upper case.
int 0
Usage
In function
void
TextRange.changeCaseTo
(
type
:
CaseChangeType
)
Jongware, 25-Nov-2012 v3.0.3i
Contents
::
Index