C# Class UniversalMarkdown.Parse.Elements.TextRunInline

Represents a span containing plain text.
Inheritance: MarkdownInline, IInlineLeaf
Afficher le fichier Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Méthodes publiques

Méthode Description
TextRunInline ( ) : System

Initializes a new text span.

ToString ( ) : string

Converts the object into it's textual representation.

Private Methods

Méthode 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 méthode

Initializes a new text span.
public TextRunInline ( ) : System
Résultat System

ToString() public méthode

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