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