AddFromHtml()
Contents
[
Hide
]ParagraphCollection::AddFromHtml(System::String) method
Adds text from specified html string to the collection.
void Aspose::Slides::ParagraphCollection::AddFromHtml(System::String text) override
Arguments
Parameter | Type | Description |
---|---|---|
text | System::String | HTML 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
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 ParagraphCollection
- Class IExternalResourceResolver
- Namespace Aspose::Slides
- Library Aspose.Slides