IRegionWithMathSetTermText Method
Sets the text of the currently selected mathematical entry in the current document element.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
void SetTermText(
Term[] value,
string text
)
Sub SetTermText (
value As Term(),
text As String
)
void SetTermText(
array<Term^>^ value,
String^ text
)
abstract SetTermText :
value : Term[] *
text : string -> unit
Parameters
- value Term
- Array of the Term to modify.
- text String
- The text to set for the currently selected mathematical entry.