BaseExtensions can be used to format and highlight text in both Word, Excel, and PowerPoint. This feature can also be functional in Outlook. To do this, it is important that the folder is named mailcontext
instead of, for instance, nocontext
. Here is an example:
00_mailcontext_Highlight Text
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\05_WPEO_highlightText.xml
CMD
<cmd case="BaseExtensions:format-text"/>
Parameters
font-style
Define the font style name, e.g. "Times New Roman".
highlight-color
Define highlight color using RGB. This parameter supports accent colors from the color theme as well, e.g. "Accent4".
text-style
Define text style, i.e. bold, italic, underline, clearunderline, strikethrough or clearstrikethrough.
font-size
Define font size.
font-color
Define font color using RGB. This parameter supports accent colors from the color theme as well, e.g. "Accent4".
Comments
0 comments
Article is closed for comments.