CreateMathGroupingCharacter()

IMathGroupingCharacterFactory::CreateMathGroupingCharacter(System::SharedPtr<IMathElement>, char16_t, MathTopBotPositions, MathTopBotPositions) method

Creates a math grouping character

virtual System::SharedPtr<IMathGroupingCharacter> Aspose::Slides::MathText::IMathGroupingCharacterFactory::CreateMathGroupingCharacter(System::SharedPtr<IMathElement> element, char16_t character, MathTopBotPositions position, MathTopBotPositions verticalJustification)=0

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

IMathGroupingCharacterFactory::CreateMathGroupingCharacter(System::SharedPtr<IMathElement>) method

Creates a math grouping character

virtual System::SharedPtr<IMathGroupingCharacter> Aspose::Slides::MathText::IMathGroupingCharacterFactory::CreateMathGroupingCharacter(System::SharedPtr<IMathElement> element)=0

Arguments

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

Return Value

new grouping character element

See Also