CreateMathGroupingCharacter
CreateMathGroupingCharacter(IMathElement, char, MathTopBotPositions, MathTopBotPositions)
Erstellt ein mathematisches Gruppierungszeichen
public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element, char character,
MathTopBotPositions position, MathTopBotPositions verticalJustification)
Parameter | Typ | Beschreibung |
---|---|---|
element | IMathElement | mathematisches Element zum Anwenden des Gruppierungszeichens |
character | Char | Gruppierungscharakter |
position | MathTopBotPositions | Position des Gruppierungszeichens |
verticalJustification | MathTopBotPositions | vertikale Ausrichtung |
Rückgabewert
neues Gruppierungszeichenelement
Siehe auch
- interface IMathGroupingCharacter
- interface IMathElement
- enum MathTopBotPositions
- class MathGroupingCharacterFactory
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides
CreateMathGroupingCharacter(IMathElement)
Erstellt ein mathematisches Gruppierungszeichen
public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element)
Parameter | Typ | Beschreibung |
---|---|---|
element | IMathElement | mathematisches Element zum Anwenden des Gruppierungszeichens |
Rückgabewert
neues Gruppierungszeichenelement
Siehe auch
- interface IMathGroupingCharacter
- interface IMathElement
- class MathGroupingCharacterFactory
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides