CreateMathematicalText()
Contents
[
Hide
]MathematicalTextFactory::CreateMathematicalText() method
Create empty mathematical text element
System::SharedPtr<IMathematicalText> Aspose::Slides::MathText::MathematicalTextFactory::CreateMathematicalText() override
Return Value
new Mathematical Text
MathematicalTextFactory::CreateMathematicalText(char16_t) method
Create mathematical text element with the specified value
System::SharedPtr<IMathematicalText> Aspose::Slides::MathText::MathematicalTextFactory::CreateMathematicalText(char16_t mathSymbol) override
Arguments
Parameter | Type | Description |
---|---|---|
mathSymbol | char16_t | single symbol to use as text value |
Return Value
new Mathematical Text
MathematicalTextFactory::CreateMathematicalText(System::String) method
Create empty mathematical text element with the specified value
System::SharedPtr<IMathematicalText> Aspose::Slides::MathText::MathematicalTextFactory::CreateMathematicalText(System::String mathText) override
Arguments
Parameter | Type | Description |
---|---|---|
mathText | System::String | text value |
Return Value
new Mathematical Text
MathematicalTextFactory::CreateMathematicalText(System::String, System::SharedPtr<IPortionFormat>) method
Create empty mathematical text element with the specified value and formatting properties
System::SharedPtr<IMathematicalText> Aspose::Slides::MathText::MathematicalTextFactory::CreateMathematicalText(System::String mathText, System::SharedPtr<IPortionFormat> portionFormat) override
Arguments
Parameter | Type | Description |
---|---|---|
mathText | System::String | text value |
portionFormat | System::SharedPtr<IPortionFormat> | text format settings |
Return Value
new Mathematical Text
See Also
- Typedef SharedPtr
- Class IMathematicalText
- Class MathematicalTextFactory
- Class String
- Class IPortionFormat
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides