Interface IOfficeMathScript
Represents an equation with a base that contains a subscript or superscript.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMathScript : IOfficeMathFunctionBase, IOfficeMathEntity
Properties
ControlProperties
Gets or sets the IOfficeRunFormat object that represent the control property of MathML function.
Declaration
IOfficeRunFormat ControlProperties { get; set; }
Property Value
Type |
---|
IOfficeRunFormat |
Equation
Gets an IOfficeMath object that represents the base of the specified equation object.
Declaration
IOfficeMath Equation { get; }
Property Value
Type |
---|
IOfficeMath |
Script
Gets the type of the script.
Declaration
IOfficeMath Script { get; }
Property Value
Type |
---|
IOfficeMath |
ScriptType
Gets or sets a MathScriptType type to represent either a subscript or superscript.
Declaration
MathScriptType ScriptType { get; set; }
Property Value
Type |
---|
MathScriptType |