CreateMathNaryOperator()
Contents
[
Hide
]IMathNaryOperatorFactory::CreateMathNaryOperator(char16_t, System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method
Creates IMathNaryOperator
virtual System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::IMathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> lowerLimit, System::SharedPtr<IMathElement> upperLimit)=0
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
IMathNaryOperatorFactory::CreateMathNaryOperator(char16_t, System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method
Creates IMathNaryOperator
virtual System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::IMathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> lowerLimit)=0
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
IMathNaryOperatorFactory::CreateMathNaryOperator(char16_t, System::SharedPtr<IMathElement>) method
Creates IMathNaryOperator
virtual System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::IMathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument)=0
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 IMathNaryOperatorFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides