Click or drag to resize
TextRangeGetMathFunctionType Method
(TOM 2 only) Retrieves the math function type associated with the specified math function name.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public MathFunctionType GetMathFunctionType(
	string functionName
)

Parameters

functionName
Type: SystemString
The math function name that is checked to determine the math function type.

Return Value

Type: MathFunctionType
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextRange2 interface.
NotImplementedException The TOM implementation used by the range does not support math.
See Also