[]
Inserts a new OMathGroupCharacter into the collection at the specified location.
public OMathGroupCharacter InsertGroupCharacter(InsertLocation location)
Public Function InsertGroupCharacter(location As InsertLocation) As OMathGroupCharacter
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathGroupCharacter | The inserted OMathGroupCharacter instance. |
Inserts a new OMathGroupCharacter into the collection at the specified location.
public OMathGroupCharacter InsertGroupCharacter(string baseText, string character, InsertLocation location)
Public Function InsertGroupCharacter(baseText As String, character As String, location As InsertLocation) As OMathGroupCharacter
Type | Name | Description |
---|---|---|
string | baseText | The structure base element text. |
string | character | The structure group character, can be null. |
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathGroupCharacter | The inserted OMathGroupCharacter instance. |