CreateMathNaryOperator()
Contents
[
Hide
]MathNaryOperatorFactory::CreateMathNaryOperator(char16_t, System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method
Creates IMathNaryOperator
System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::MathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> lowerLimit, System::SharedPtr<IMathElement> upperLimit) override
Arguments
Parameter | Type | Description |
---|---|---|
operatorSymbol | char16_t | The operator sign |
baseArgument | System::SharedPtr<IMathElement> | Base argument to apply operator |
lowerLimit | System::SharedPtr<IMathElement> | Lower limit |
upperLimit | System::SharedPtr<IMathElement> | Upper limit |
Return Value
MathNaryOperatorFactory::CreateMathNaryOperator(char16_t, System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method
Creates IMathNaryOperator
System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::MathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> lowerLimit) override
Arguments
Parameter | Type | Description |
---|---|---|
operatorSymbol | char16_t | The operator sign |
baseArgument | System::SharedPtr<IMathElement> | Base argument to apply operator |
lowerLimit | System::SharedPtr<IMathElement> | Lower limit |
Return Value
MathNaryOperatorFactory::CreateMathNaryOperator(char16_t, System::SharedPtr<IMathElement>) method
Creates IMathNaryOperator
System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::MathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument) override
Arguments
Parameter | Type | Description |
---|---|---|
operatorSymbol | char16_t | The operator sign |
baseArgument | System::SharedPtr<IMathElement> | Base argument to apply operator |
Return Value
See Also
- Typedef SharedPtr
- Class IMathNaryOperator
- Class IMathElement
- Class MathNaryOperatorFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides