[]
Adds an OMath to the end of the Office Math paragraph.
public OMath AddOMath()
Public Function AddOMath() As OMath
Type | Description |
---|---|
OMath | The added OMath. |
Adds an OMath to the end of the Office Math paragraph.
public OMath AddOMath(OMathBuiltInEquation equation)
Public Function AddOMath(equation As OMathBuiltInEquation) As OMath
Type | Name | Description |
---|---|---|
OMathBuiltInEquation | equation | The built-in equation to fill the OMath. |
Type | Description |
---|---|
OMath | The added OMath. |