ITextContentNode

Description

interface Tinman.Core.Document.ITextContentNode

Derived from

IInlineNode

Extended by

LinkNode sealed
TextNode sealed

An inline node that has whitespace-normalized text content.

Public / Attributes

Flags


public attribute Flags → (get)

value : WhitespaceFlags

The whitespace flags.

The whitespace flags of Text.

Text


public attribute Text → (get)

value : string

The text content.

The text content.

The text content never starts or ends with whitespaces. All other whitespace runs in the text are collapsed to single ' ' (i.e. '\u0020') characters.