[]
public OMathBox AddBox()
Public Function AddBox() As OMathBox
Type | Description |
---|---|
OMathBox | The added OMathBox instance. |
public OMathBox AddBox(string baseText)
Public Function AddBox(baseText As String) As OMathBox
Type | Name | Description |
---|---|---|
string | baseText | The structure base element text. |
Type | Description |
---|---|
OMathBox | The added OMathBox instance. |