Interface IOfficeMathRightScript
Represents an equation with a base that contains a superscript or subscript.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Portable.dll
Syntax
public interface IOfficeMathRightScript : IOfficeMathFunctionBase, IOfficeMathEntityProperties
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. Read-only.
Declaration
IOfficeMath Equation { get; }Property Value
| Type | 
|---|
| IOfficeMath | 
IsSkipAlign
Gets or sets a boolean that represents whether to horizontally align subscripts and superscripts in the IOfficeMathRightScript object. Read/write.
Declaration
bool IsSkipAlign { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
Subscript
Gets an IOfficeMath object that represents the subscript for a IOfficeMathRightScript object. Read-only.
Declaration
IOfficeMath Subscript { get; }Property Value
| Type | 
|---|
| IOfficeMath | 
Superscript
Gets an IOfficeMath object that represents the superscript for a IOfficeMathRightScript object. Read-only.
Declaration
IOfficeMath Superscript { get; }Property Value
| Type | 
|---|
| IOfficeMath |