[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElement.AddFraction

AddFraction Method

AddFraction()

Adds a new OMathFraction to the end of the Office Math element.

Declaration
public OMathFraction AddFraction()
Returns
Type Description
OMathFraction

The added OMathFraction instance.

AddFraction(string, string, OMathFractionType?)

Adds a new OMathFraction to the end of the Office Math element.

Declaration
public OMathFraction AddFraction(string numeratorText, string denominatorText, OMathFractionType? fractionType)
Parameters
Type Name Description
string numeratorText

The structure numerator element text.

string denominatorText

The structure denominator element text.

OMathFractionType? fractionType

The fraction type.

Returns
Type Description
OMathFraction

The added OMathFraction instance.