[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddGroupCharacter

AddGroupCharacter Method

AddGroupCharacter()

Adds a new OMathGroupCharacter to the collection at the End location.

Declaration
public OMathGroupCharacter AddGroupCharacter()
Returns
Type Description
OMathGroupCharacter

The added OMathGroupCharacter instance.

AddGroupCharacter(string, string)

Adds a new OMathGroupCharacter to the collection at the End location.

Declaration
public OMathGroupCharacter AddGroupCharacter(string baseText, string character = null)
Parameters
Type Name Description
string baseText

The structure base element text.

string character

The structure group character.

Returns
Type Description
OMathGroupCharacter

The added OMathGroupCharacter instance.