Interface IOfficeMath
Represents an equation. Math objects are members of the Syncfusion.Office.OfficeMaths collection.
Inherited Members
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMath : IOfficeMathEntity
Properties
ArgumentSize
Gets or sets an integer that represents the script size of an argument.
Declaration
int ArgumentSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The int that specifies the script size of an argument. |
Breaks
Gets a IOfficeMathBreaks collection that represents the line breaks in an equation.Read-only.
Declaration
IOfficeMathBreaks Breaks { get; }
Property Value
Type |
---|
IOfficeMathBreaks |
Functions
Gets or sets an Syncfusion.Office.OfficeMathBaseCollection collection that represents the functions contained within an equation. Read-only.
Declaration
IOfficeMathBaseCollection Functions { get; }
Property Value
Type |
---|
IOfficeMathBaseCollection |
OwnerColumn
Gets a IOfficeMathMatrixColumn object that represents the parent column in a matrix. Read-only.
Declaration
IOfficeMathMatrixColumn OwnerColumn { get; }
Property Value
Type |
---|
IOfficeMathMatrixColumn |
OwnerMath
Gets a IOfficeMath object that represents the parent element. Read-only.
Declaration
IOfficeMath OwnerMath { get; }
Property Value
Type |
---|
IOfficeMath |
OwnerRow
Gets a IOfficeMathMatrixRow object that represents the parent row in a matrix. Read-only.
Declaration
IOfficeMathMatrixRow OwnerRow { get; }
Property Value
Type |
---|
IOfficeMathMatrixRow |