AddHtml()

IHtmlGenerator::AddHtml(System::String) method

Adds formatted HTML text.

virtual void Aspose::Slides::Export::IHtmlGenerator::AddHtml(System::String html)=0

Arguments

ParameterTypeDescription
htmlSystem::StringText to add.

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

Adds formatted HTML text.

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

Arguments

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

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

Adds formatted HTML text.

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

Arguments

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

See Also