Delimit
MathBlock.Delimit method
Délimite les éléments enfants avec un caractère séparateur (sans les crochets)
public IMathDelimiter Delimit(char separatorCharacter)
Paramètre | Taper | La description |
---|---|---|
separatorCharacter | Char | Caractère séparateur |
Return_Value
L’élément mathématique de typeIMathDelimiter
Exemples
Exemple :
[C#]
MathBlock mathBlock = new MathematicalText("x").Join("y");
IMathDelimiter delimiterElement = mathBlock.Delimit('|');
Voir également
- interface IMathDelimiter
- class MathBlock
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides