[]
Adds a new OMathPhantom to the end of the Office Math zone.
public OMathPhantom AddPhantom()
Public Function AddPhantom() As OMathPhantom
Type | Description |
---|---|
OMathPhantom | The added OMathPhantom instance. |
Adds a new OMathPhantom to the end of the Office Math zone.
public OMathPhantom AddPhantom(string argumentText, bool smash)
Public Function AddPhantom(argumentText As String, smash As Boolean) As OMathPhantom
Type | Name | Description |
---|---|---|
string | argumentText | The argument element text. |
bool | smash | Indicates whether |
Type | Description |
---|---|
OMathPhantom | The added OMathPhantom instance. |