OfficeIMO

API Reference

Class

HighlightInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Highlighted inline text rendered as ==text== in Markdown and <mark> in HTML.

Inheritance

Constructors

public HighlightInline(String text) #

Creates a new highlighted inline.

Parameters

text System.String requiredposition: 0

Properties

public String Text { get; } #

Text content.