C# Class UniversalMarkdown.Parse.Elements.TextRunInline

Represents a span containing plain text.
Inheritance: MarkdownInline, IInlineLeaf
ファイルを表示 Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Public Methods

Method Description
TextRunInline ( ) : System

Initializes a new text span.

ToString ( ) : string

Converts the object into it's textual representation.

Private Methods

Method Description
Parse ( string markdown, int start, int end ) : TextRunInline

Parses unformatted text.

ResolveEscapeSequences ( string markdown, int start, int end ) : string

Parses unformatted text.

Method Details

TextRunInline() public method

Initializes a new text span.
public TextRunInline ( ) : System
return System

ToString() public method

Converts the object into it's textual representation.
public ToString ( ) : string
return string