Command Clipboard Set Style

The SetStyleClipboard command changes the style of the clipboard content.

When selecting the Set Style... menu item, the following dialog

Set Style Command Input

will help you specify the SetStyleClipboard command parameters:

fontName

Specify a font name if you want to change the font.

fontWeight

Specify normal or bold if you want to change the font weight.

fontStyle

Specify normal or italic if you want to change the font style.

fontSize

Specify a font size if you want to change the font size.

fontColor

Specify a font color if you want to change the font color.

textDecorationUnderline

Specify if you want change the text underline decoration.

textDecorationLineThrough

Specify if you want change the text strike-through decoration.

textDecorationStyle

Specify the decoration style.

Example

In the following expansion:

{CopySelection}
{SetStyleClipboard}
fontName = "Consolas"
fontColor = "#FF0000"
{/SetStyleClipboard}
{Paste}

the selected text gets formatted with a red Consolas font.