Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

The below table mentions the formats that are accepted for visual labels in All the plugins -Word, Excel, PowerPoint and Outlook.

Option

HTML

Notes

Text colour

<span style="color:#00FF00">Example</span>

Defaults to black

Background colour

<span style="background-color:#00FF00">Example</span>

Defaults to transparent

Font Family

<span style="font-family:Calibri">Example</span>

Defaults to Calibri

Font Size

<span style="font-size:10px">Example</span>

Defaults to 10px

Text Alignment

<span style="text-align:left">Example</span>

Default depends on the application. Either default text alignment for the document, or left aligned

Bold

<span><strong>Example</strong></span>

Italic

<span><em>Example</em></span>

Underline

<span><u>Example</u></span>

Strike-through

<span><s>Example</s></span>

Line break

<span>Example<br>Example</span>

Other HTML tags are ignored and not used for formatting.

  • No labels