CreateMathDelimiter()
IMathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElement>) method
Create a math delimiter by applying to the element
virtual System::SharedPtr<IMathDelimiter> Aspose::Slides::MathText::IMathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElement> element)=0
Arguments
Parameter | Type | Description |
---|---|---|
element | System::SharedPtr<IMathElement> | math element to apply delimiter |
Return Value
new math delimiter
IMathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElementCollection>) method
Create a math delimiter by applying to the element
virtual System::SharedPtr<IMathDelimiter> Aspose::Slides::MathText::IMathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElementCollection> mathElements)=0
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 IMathDelimiterFactory
- Class IMathElementCollection
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides