OfficeIMO

API Reference

Class

UnderlineInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Underline inline. Not native to CommonMark; we render as <u> in Markdown (HTML passthrough) and HTML.

Inheritance

Constructors

public UnderlineInline(String text) #

Creates a new underline inline with the provided text.

Parameters

text System.String requiredposition: 0
Text to render underlined.

Properties

public String Text { get; } #

Text to underline.