CreateMathGroupingCharacter
Contents
[
Hide
]CreateMathGroupingCharacter(IMathElement, char, MathTopBotPositions, MathTopBotPositions)
Creates a math grouping character
public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element, char character,
MathTopBotPositions position, MathTopBotPositions verticalJustification)
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply grouping character |
character | Char | grouping character |
position | MathTopBotPositions | position of grouping character |
verticalJustification | MathTopBotPositions | vertical justification |
Return Value
new grouping character element
See Also
- interface IMathGroupingCharacter
- interface IMathElement
- enum MathTopBotPositions
- interface IMathGroupingCharacterFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathGroupingCharacter(IMathElement)
Creates a math grouping character
public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element)
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply grouping character |
Return Value
new grouping character element
See Also
- interface IMathGroupingCharacter
- interface IMathElement
- interface IMathGroupingCharacterFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides