[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathFraction

Class OMathFraction

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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>
Inheritance
OMathFraction
Implements
Inherited Members

Properties

Denominator

Gets the denominator OMathElement of the fraction structure.

public OMathElement Denominator { get; }

Property Value

OMathElement

FractionType

Gets or sets the fraction type.

Default value is Bar.

public OMathFractionType FractionType { get; set; }

Property Value

OMathFractionType

Numerator

Gets the numerator OMathElement of the fraction structure.

public OMathElement Numerator { get; }

Property Value

OMathElement

StructType

Gets the OMathStructType of the structure.

public override OMathStructType StructType { get; }

Property Value

OMathStructType