[]
Adds a new OMathFraction to the end of the Office Math zone.
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 zone.
public OMathFraction AddFraction(string numeratorText, string denominatorText, OMathFractionType? fractionType = null)
Public Function AddFraction(numeratorText As String, denominatorText As String, Optional fractionType As OMathFractionType? = Nothing) As OMathFraction
Type | Name | Description |
---|---|---|
string | numeratorText | The numerator element text. |
string | denominatorText | The denominator element text. |
OMathFractionType? | fractionType | The fraction type. |
Type | Description |
---|---|
OMathFraction | The added OMathFraction instance. |