This article goes over formatting text using the upper
, lower
, and firstCase
functions.
Bold, Italics, Underline
If you want to do simple formatting for bold, italics, or underlining, you can use Microsoft Word’s functions on the variable.
Example:
The director’s name is {director_name}.
Result:
The director’s name is Raymond Holt.
Formatting Functions
The following functions are used to format the case of the variable.
|
Upper case |
|
AKNA INCORPORATED |
|
Lower case |
|
akna incorporated |
|
First letter capitalization |
|
Akna Incorporated |