AddFromHtml()

IParagraphCollection::AddFromHtml(System::String) method

Adds text from specified html string to the collection.

virtual void Aspose::Slides::IParagraphCollection::AddFromHtml(System::String text)=0

Arguments

ParameterTypeDescription
textSystem::StringHTML text.

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

Adds text from specified html string to the collection.

virtual void Aspose::Slides::IParagraphCollection::AddFromHtml(System::String text, System::SharedPtr<Import::IExternalResourceResolver> resolver, System::String uri)=0

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