[]
Inserts a OMathParagraph into the collection at the specified location.
public OMathParagraph Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As OMathParagraph
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathParagraph | The inserted OMathParagraph instance with child OMath. |
Inserts a OMathParagraph into the collection at the specified location.
public OMathParagraph Insert(OMathBuiltInEquation equation, InsertLocation location)
Public Function Insert(equation As OMathBuiltInEquation, location As InsertLocation) As OMathParagraph
Type | Name | Description |
---|---|---|
OMathBuiltInEquation | equation | The built-in equation to fill the OMathParagraph. |
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathParagraph | The inserted OMathParagraph instance. |