AddFromHtml()
Contents
[
Hide
]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
| Parameter | Type | Description | 
|---|---|---|
| text | System::String | HTML 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
| Parameter | Type | Description | 
|---|---|---|
| text | System::String | HTML text. | 
| resolver | System::SharedPtr<Import::IExternalResourceResolver> | Resolver callback object which resolves URIs and fetches referrenced objects. | 
| uri | System::String | URI for adding HTML document. Used for resolving relative links. | 
Remarks
Specifying resolver can potentially introduce a vulnurability. Use with caution.
See Also
- Typedef SharedPtr
 - Class String
 - Class IParagraphCollection
 - Class IExternalResourceResolver
 - Namespace Aspose::Slides
 - Library Aspose.Slides