[]
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>
Public Class OMathFraction
Inherits OMathStruct
Implements IBrowsable(Of OMathStruct)
Name | Description |
---|---|
Denominator | Gets the denominator OMathElement of the fraction structure. |
FractionType | Gets or sets the fraction type. Default value is Bar. |
Numerator | Gets the numerator OMathElement of the fraction structure. |
StructType | Gets the OMathStructType of the structure. |