StandardText Class

Descriptive text which may contain variable expressions.

Inheritance Hierarchy

Syntax

public class StandardText : IRichDescriptionNode

Constructors

Name Description
StandardText(string text)

Initializes a new instance of the StandardText class.

Properties

Name Description
Text

Gets the text.

Methods

Name Description
WriteHtml(System.IO.TextWriter writer)
WriteInnerHtml(System.IO.TextWriter writer)
WriteInnerPlainText(System.IO.TextWriter writer)
WritePlainText(System.IO.TextWriter writer)