AddText()

IHtmlGenerator::AddText(System::String) method

Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.

virtual void Aspose::Slides::Export::IHtmlGenerator::AddText(System::String text)=0

Arguments

ParameterTypeDescription
textSystem::StringText to add.

IHtmlGenerator::AddText(System::ArrayPtr<char16_t>) method

Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.

virtual void Aspose::Slides::Export::IHtmlGenerator::AddText(System::ArrayPtr<char16_t> text)=0

Arguments

ParameterTypeDescription
textSystem::ArrayPtr<char16_t>Text to add.

IHtmlGenerator::AddText(System::ArrayPtr<char16_t>, int32_t, int32_t) method

Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.

virtual void Aspose::Slides::Export::IHtmlGenerator::AddText(System::ArrayPtr<char16_t> text, int32_t startIndex, int32_t length)=0

Arguments

ParameterTypeDescription
textSystem::ArrayPtr<char16_t>Text to add.
startIndexint32_tStart index of the portion to add.
lengthint32_tLength of the portion to add.

See Also