AddFromHtml()

ParagraphCollection::AddFromHtml(System::String) method

Adds text from specified html string to the collection.

void Aspose::Slides::ParagraphCollection::AddFromHtml(System::String text) override

Arguments

ParameterTypeDescription
textSystem::StringHTML text.

ParagraphCollection::AddFromHtml(System::String, System::SharedPtr<Import::IExternalResourceResolver>, System::String) method

Adds text from specified html string to the collection.

void Aspose::Slides::ParagraphCollection::AddFromHtml(System::String text, System::SharedPtr<Import::IExternalResourceResolver> resolver, System::String uri) override

Arguments

ParameterTypeDescription
textSystem::StringHTML text.
resolverSystem::SharedPtr<Import::IExternalResourceResolver>Resolver callback object which resolves URIs and fetches referrenced objects.
uriSystem::StringURI for adding HTML document. Used for resolving relative links.

Remarks

Specifying resolver can potentially introduce a vulnurability. Use with caution.

See Also