API Reference

Class

TextRun

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Plain text run.

Inheritance

Constructors

public TextRun(String text) #

Creates a plain text run.

Parameters

text System.String requiredposition: 0

Properties

public String Text { get; } #

Text content.

public String EscapeMarker { get; set; } #

Backslash escape marker text when this run was parsed from an escaped character.

public Nullable<MarkdownSourceSpan> EscapeMarkerSourceSpan { get; set; } #

Source span for the backslash escape marker when this run was parsed from markdown.

public String EscapedCharacter { get; set; } #

Escaped character text when this run was parsed from an escaped character.

public Nullable<MarkdownSourceSpan> EscapedCharacterSourceSpan { get; set; } #

Source span for the escaped character when this run was parsed from markdown.