OfficeIMO

API Reference

Class

StrikethroughInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Strikethrough inline (rendered as ~~text~~ in Markdown and as a deleted span in HTML).

Inheritance

Constructors

public StrikethroughInline(String text) #

Creates a new strikethrough inline.

Parameters

text System.String requiredposition: 0

Properties

public String Text { get; } #

Text content.