Click or drag to resize

TDTextClass Constructor

Initializes a new instance of the TDTextClass class using the provided node. The constructor reads the "TDStream" child node and decodes the StreamData byte array into an RTF string.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public TDTextClass(
	WITecTreeNode node
)

Parameters

node  WITecTreeNode
The node representing this text data class in the WITec tree.
See Also