CreateMathGroupingCharacter
Contenido
[
Ocultar
]CreateMathGroupingCharacter(IMathElement, char, MathTopBotPositions, MathTopBotPositions)
Crea un carácter de agrupación matemática
public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element, char character,
MathTopBotPositions position, MathTopBotPositions verticalJustification)
Parámetro | Escribe | Descripción |
---|---|---|
element | IMathElement | elemento matemático para aplicar el carácter de agrupación |
character | Char | carácter de agrupación |
position | MathTopBotPositions | posición del carácter de agrupación |
verticalJustification | MathTopBotPositions | justificación vertical |
Valor_devuelto
nuevo elemento de carácter de agrupación
Ver también
- interface IMathGroupingCharacter
- interface IMathElement
- enum MathTopBotPositions
- class MathGroupingCharacterFactory
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides
CreateMathGroupingCharacter(IMathElement)
Crea un carácter de agrupación matemática
public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element)
Parámetro | Escribe | Descripción |
---|---|---|
element | IMathElement | elemento matemático para aplicar el carácter de agrupación |
Valor_devuelto
nuevo elemento de carácter de agrupación
Ver también
- interface IMathGroupingCharacter
- interface IMathElement
- class MathGroupingCharacterFactory
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides