[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddDelimiter

AddDelimiter Method

AddDelimiter()

Adds a new OMathDelimiter to the end of the Office Math zone.

Declaration
public OMathDelimiter AddDelimiter()
Returns
Type Description
OMathDelimiter

The added OMathDelimiter instance.

AddDelimiter(string[], string, string, string)

Adds a new OMathDelimiter to the end of the Office Math zone.

Declaration
public OMathDelimiter AddDelimiter(string[] itemsText, string beginCharacter = null, string endCharacter = null, string separatorCharacter = null)
Parameters
Type Name Description
string[] itemsText

The array of item texts.

string beginCharacter

The beginning (opening) character.

string endCharacter

The ending (closing) character.

string separatorCharacter

The item separator character.

Returns
Type Description
OMathDelimiter

The added OMathDelimiter instance.