CreateMathDelimiter()
MathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElement>) method
Create a math delimiter by applying to the element
System::SharedPtr<IMathDelimiter> Aspose::Slides::MathText::MathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElement> element) override
Arguments
Parameter | Type | Description |
---|---|---|
element | System::SharedPtr<IMathElement> | math element to apply delimiter |
Return Value
new math delimiter
MathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElementCollection>) method
Create a math delimiter by applying to the element
System::SharedPtr<IMathDelimiter> Aspose::Slides::MathText::MathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElementCollection> mathElements) override
Arguments
Parameter | Type | Description |
---|---|---|
mathElements | System::SharedPtr<IMathElementCollection> | math elements to apply delimiter |
Return Value
new math delimiter
See Also
- Typedef SharedPtr
- Class IMathDelimiter
- Class IMathElement
- Class MathDelimiterFactory
- Class IMathElementCollection
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides