[]
Represents a fraction Office Math structure, which consists of a numerator element and denominator element separated by a fraction bar.
public class OMathFraction : OMathStruct, IBrowsable<OMathStruct>
Gets the denominator OMathElement of the fraction structure.
public OMathElement Denominator { get; }
Gets or sets the fraction type.
Default value is Bar.
public OMathFractionType FractionType { get; set; }
Gets the numerator OMathElement of the fraction structure.
public OMathElement Numerator { get; }
Gets the OMathStructType of the structure.
public override OMathStructType StructType { get; }