Delimit
MathBlock.Delimit method
Delimits child elements with separator character (without the brackets)
public IMathDelimiter Delimit(char separatorCharacter)
Parameter | Type | Description |
---|---|---|
separatorCharacter | Char | Separator character |
Return Value
The math element of type IMathDelimiter
Examples
Example:
[C#]
MathBlock mathBlock = new MathematicalText("x").Join("y");
IMathDelimiter delimiterElement = mathBlock.Delimit('|');
See Also
- interface IMathDelimiter
- class MathBlock
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides