Delimit
MathBlock.Delimit method
Délimite les éléments enfants avec un caractère de séparateur (sans les crochets)
public IMathDelimiter Delimit(char separatorCharacter)
Paramètre | Type | Description |
---|---|---|
separatorCharacter | Char | Caractère de séparateur |
Valeur de Retour
L’élément mathématique de type IMathDelimiter
Exemples
Exemple:
[C#]
MathBlock mathBlock = new MathematicalText("x").Join("y");
IMathDelimiter delimiterElement = mathBlock.Delimit('|');
Voir Aussi
- interface IMathDelimiter
- class MathBlock
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides