File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
ej2-asp-core-mvc/document-editor Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,14 @@ You can make a subscript or superscript text as normal using the following code.
106
106
documenteditor .selection .characterFormat .baselineAlignment = ' Normal' ;
107
107
```
108
108
109
+ ## Change case
110
+
111
+ You can apply different case formatting based on the selected text. Refer to the following sample code.
112
+
113
+ ``` typescript
114
+ documenteditor .editor .changeCase (' Uppercase' | ' Lowercase' | ' SentenceCase' | ' ToggleCase' | ' CapitalizeEachWord' );
115
+ ```
116
+
109
117
## Size
110
118
111
119
The size of selected text can be get or set using the following code.
@@ -182,6 +190,6 @@ documenteditor.selection.characterFormat.highlightColor= '#FFC0CB';
182
190
183
191
## See Also
184
192
185
- * [ Feature modules] ( ../document-editor/feature-module/ )
186
- * [ Font dialog] ( ../document-editor/dialog/ #font-dialog )
187
- * [ Keyboard shortcuts] ( ../document-editor/keyboard-shortcut/ )
193
+ * [ Feature modules] ( ../document-editor/feature-module )
194
+ * [ Font dialog] ( ../document-editor/dialog#font-dialog )
195
+ * [ Keyboard shortcuts] ( ../document-editor/keyboard-shortcut )
You can’t perform that action at this time.
0 commit comments