[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElement.AddDelimiter

AddDelimiter Method

AddDelimiter()

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

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 element.

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

The structure items text array.

string beginCharacter

The stricture beginning, or opening character.

string endCharacter

The structure ending, or closing character.

string separatorCharacter

The structure character that separates items.

Returns
Type Description
OMathDelimiter

The added OMathDelimiter instance.