[]
Inserts a new OMathPhantom into the collection at the specified location.
public OMathPhantom InsertPhantom(InsertLocation location)
Public Function InsertPhantom(location As InsertLocation) As OMathPhantom
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathPhantom | The inserted OMathPhantom instance. |
Inserts a new OMathPhantom into the collection at the specified location.
public OMathPhantom InsertPhantom(string argumentText, bool smash, InsertLocation location)
Public Function InsertPhantom(argumentText As String, smash As Boolean, location As InsertLocation) As OMathPhantom
| Type | Name | Description |
|---|---|---|
| string | argumentText | The structure argument element text. |
| bool | smash | Whether the argument element is visible but that the height is not taken into account in the spacing of the layout. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathPhantom | The inserted OMathPhantom instance. |