[]
Inserts a new OMathFraction into the collection at the specified location.
public OMathFraction InsertFraction(InsertLocation location)
Public Function InsertFraction(location As InsertLocation) As OMathFraction
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathFraction | The inserted OMathFraction instance. |
Inserts a new OMathFraction into the collection at the specified location.
public OMathFraction InsertFraction(string numeratorText, string denominatorText, OMathFractionType? fractionType, InsertLocation location)
Public Function InsertFraction(numeratorText As String, denominatorText As String, fractionType As OMathFractionType?, location As InsertLocation) As OMathFraction
Type | Name | Description |
---|---|---|
string | numeratorText | The structure numerator element text. |
string | denominatorText | The structure denominator element text. |
OMathFractionType? | fractionType | The fraction type, can be null. |
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathFraction | The inserted OMathFraction instance. |