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