Interface IOfficeMathRunElement
Represents Syncfusion.Office.OfficeMathRunElement object that provides the base implementation for all IOfficeMathParagraph items.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMathRunElement : IOfficeMathFunctionBase, IOfficeMathEntity
Properties
Item
Gets or sets the IOfficeRun object that represents a mathematical text.
Declaration
IOfficeRun Item { get; set; }
Property Value
Type |
---|
IOfficeRun |
MathFormat
Gets the Syncfusion.Office.OfficeMathFormat object that can be used for formatting the character of the mathematical text.
Declaration
IOfficeMathFormat MathFormat { get; }
Property Value
Type |
---|
IOfficeMathFormat |