[]
Adds a new OMathPhantom to the collection at the End location.
public OMathPhantom AddPhantom()
Public Function AddPhantom() As OMathPhantom
Type | Description |
---|---|
OMathPhantom | The added OMathPhantom instance. |
Adds a new OMathPhantom to the collection at the End location.
public OMathPhantom AddPhantom(string argumentText, bool smash)
Public Function AddPhantom(argumentText As String, smash As Boolean) 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. |
Type | Description |
---|---|
OMathPhantom | The added OMathPhantom instance. |