[]
Adds a new OMathFraction to the end of the Office Math element.
public OMathFraction AddFraction()
| Type | Description |
|---|---|
| OMathFraction | The added OMathFraction instance. |
Adds a new OMathFraction to the end of the Office Math element.
public OMathFraction AddFraction(string numeratorText, string denominatorText, OMathFractionType? fractionType)
| Type | Name | Description |
|---|---|---|
| string | numeratorText | The structure numerator element text. |
| string | denominatorText | The structure denominator element text. |
| OMathFractionType? | fractionType | The fraction type. |
| Type | Description |
|---|---|
| OMathFraction | The added OMathFraction instance. |