CreateMathematicalText()

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

ParameterTypeDescription
mathSymbolchar16_tsingle 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

ParameterTypeDescription
mathTextSystem::Stringtext 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

ParameterTypeDescription
mathTextSystem::Stringtext value
portionFormatSystem::SharedPtr<IPortionFormat>text format settings

Return Value

new Mathematical Text

See Also