AddHtml()

HtmlGenerator::AddHtml(System::String) method

Adds formatted HTML text.

void Aspose::Slides::Export::HtmlGenerator::AddHtml(System::String html) override

Arguments

ParameterTypeDescription
htmlSystem::StringText to add.

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

Adds formatted HTML text.

void Aspose::Slides::Export::HtmlGenerator::AddHtml(System::ArrayPtr<char16_t> html) override

Arguments

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

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

Adds formatted HTML text.

void Aspose::Slides::Export::HtmlGenerator::AddHtml(System::ArrayPtr<char16_t> html, int32_t startIndex, int32_t length) override

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