IRegionWithMathSetTermText Method

Sets the text of the currently selected mathematical entry in the current document element.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
void SetTermText(
	Term[] value,
	string text
)

Parameters

value  Term
Array of the Term to modify.
text  String
The text to set for the currently selected mathematical entry.

See Also