[]
Adds a new OMathFraction to the end of the Office Math element.
public OMathFraction AddFraction()
Public Function AddFraction() As OMathFraction
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)
Public Function AddFraction(numeratorText As String, denominatorText As String, fractionType As OMathFractionType?) As OMathFraction
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. |