Text

Description

sealed class Tinman.Core.Formatting.Text

Derived from

TextBase abstract

Represents a chunk of text and provides access to the text lines.

Public / Constructors

For


public static method For → (1)

text in : string

The text string value or null.

returns → Text

The created Text object or null iff text in is null.

Creates a new instance of Text.