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.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic TDTextClass(
WITecTreeNode node
)
Parameters
- node WITecTreeNode
- The node representing this text data class in the WITec tree.
See Also