[]
Adds a new OMathBox to the end of the Office Math zone.
public OMathBox AddBox()
Public Function AddBox() As OMathBox
Type | Description |
---|---|
OMathBox | The added OMathBox instance. |
Adds a new OMathBox to the end of the Office Math zone.
public OMathBox AddBox(string baseText)
Public Function AddBox(baseText As String) As OMathBox
Type | Name | Description |
---|---|---|
string | baseText | The base element text. |
Type | Description |
---|---|
OMathBox | The added OMathBox instance. |