CreateMathematicalText()
Contents
[
Hide
]IMathematicalTextFactory::CreateMathematicalText() method
Create empty mathematical text element
virtual System::SharedPtr<IMathematicalText> Aspose::Slides::MathText::IMathematicalTextFactory::CreateMathematicalText()=0
Return Value
new Mathematical Text
IMathematicalTextFactory::CreateMathematicalText(char16_t) method
Create mathematical text element with the specified value
virtual System::SharedPtr<IMathematicalText> Aspose::Slides::MathText::IMathematicalTextFactory::CreateMathematicalText(char16_t mathSymbol)=0
Arguments
Parameter | Type | Description |
---|---|---|
mathSymbol | char16_t | single symbol to use as text value |
Return Value
new Mathematical Text
IMathematicalTextFactory::CreateMathematicalText(System::String) method
Create empty mathematical text element with the specified value
virtual System::SharedPtr<IMathematicalText> Aspose::Slides::MathText::IMathematicalTextFactory::CreateMathematicalText(System::String mathText)=0
Arguments
Parameter | Type | Description |
---|---|---|
mathText | System::String | text value |
Return Value
new Mathematical Text
IMathematicalTextFactory::CreateMathematicalText(System::String, System::SharedPtr<IPortionFormat>) method
Create empty mathematical text element with the specified value and formatting properties
virtual System::SharedPtr<IMathematicalText> Aspose::Slides::MathText::IMathematicalTextFactory::CreateMathematicalText(System::String mathText, System::SharedPtr<IPortionFormat> portionFormat)=0
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 IMathematicalTextFactory
- Class String
- Class IPortionFormat
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides