Interface IOfficeMathFraction
Represents a fraction, consisting of a numerator and denominator separated by a fraction bar.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMathFraction : 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 |
Denominator
Gets an IOfficeMath object that represents the denominator for an equation that contains a fraction.
Declaration
IOfficeMath Denominator { get; }
Property Value
Type |
---|
IOfficeMath |
FractionType
Gets or sets a MathFractionType constant that represents the layout of a fraction. Default value is bar.
Declaration
MathFractionType FractionType { get; set; }
Property Value
Type |
---|
MathFractionType |
Numerator
Gets an IOfficeMath object that represents the numerator for a fraction.
Declaration
IOfficeMath Numerator { get; }
Property Value
Type |
---|
IOfficeMath |