[]
Inserts a new OMathFraction into the collection at the specified location.
public OMathFraction InsertFraction(InsertLocation location)
| 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)
| 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. |