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

ParameterTypeDescription
elementSystem::SharedPtr<IMathElement>math element to apply grouping character
characterchar16_tgrouping character
positionMathTopBotPositionsposition of grouping character
verticalJustificationMathTopBotPositionsvertical 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

ParameterTypeDescription
elementSystem::SharedPtr<IMathElement>math element to apply grouping character

Return Value

new grouping character element

See Also