CreateMathGroupingCharacter()
MathGroupingCharacterFactory::CreateMathGroupingCharacter(System::SharedPtr<IMathElement>, char16_t, MathTopBotPositions, MathTopBotPositions) method
Creates a math grouping character
System::SharedPtr<IMathGroupingCharacter> Aspose::Slides::MathText::MathGroupingCharacterFactory::CreateMathGroupingCharacter(System::SharedPtr<IMathElement> element, char16_t character, MathTopBotPositions position, MathTopBotPositions verticalJustification) override
Arguments
Parameter | Type | Description |
---|---|---|
element | System::SharedPtr<IMathElement> | math element to apply grouping character |
character | char16_t | grouping character |
position | MathTopBotPositions | position of grouping character |
verticalJustification | MathTopBotPositions | vertical justification |
Return Value
new grouping character element
MathGroupingCharacterFactory::CreateMathGroupingCharacter(System::SharedPtr<IMathElement>) method
Creates a math grouping character
System::SharedPtr<IMathGroupingCharacter> Aspose::Slides::MathText::MathGroupingCharacterFactory::CreateMathGroupingCharacter(System::SharedPtr<IMathElement> element) override
Arguments
Parameter | Type | Description |
---|---|---|
element | System::SharedPtr<IMathElement> | math element to apply grouping character |
Return Value
new grouping character element
See Also
- Enum MathTopBotPositions
- Typedef SharedPtr
- Class IMathGroupingCharacter
- Class IMathElement
- Class MathGroupingCharacterFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides