AddFromHtml
Contents
[
Hide
]
SlideCollection.AddFromHtml method (1 of 6)
Creates slides from HTML text and adds them to the end of the collection.
public ISlide[] AddFromHtml(string htmlText, IExternalResourceResolver resolver, string uri)
Parameter | Type | Description |
---|---|---|
htmlText | String | Html to add. |
resolver | IExternalResourceResolver | A callback object used to fetch external objects. If this parameter is null all external objects will be ignored. |
uri | String | An URI of the specified HTML. Used to resolve relative links. |
Return Value
Added slides.
See Also
- interface ISlide
- interface IExternalResourceResolver
- class SlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
SlideCollection.AddFromHtml method (2 of 6)
Creates slides from HTML text and adds them to the end of the collection.
public ISlide[] AddFromHtml(string htmlText)
Parameter | Type | Description |
---|---|---|
htmlText | String | Html to add. |
Return Value
Added slides
See Also
- interface ISlide
- class SlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
SlideCollection.AddFromHtml method (3 of 6)
Creates slides from HTML text and adds them to the end of the collection.
public ISlide[] AddFromHtml(TextReader htmlReader, IExternalResourceResolver resolver, string uri)
Parameter | Type | Description |
---|---|---|
htmlReader | TextReader | TextReader object which will be used as a source of a HTML file. |
resolver | IExternalResourceResolver | A callback object used to fetch external objects. If this parameter is null all external objects will be ignored. |
uri | String | An URI of the specified HTML. Used to resolve relative links. |
Return Value
Added slides.
See Also
- interface ISlide
- interface IExternalResourceResolver
- class SlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
SlideCollection.AddFromHtml method (4 of 6)
Creates slides from HTML text and adds them to the end of the collection.
public ISlide[] AddFromHtml(TextReader htmlReader)
Parameter | Type | Description |
---|---|---|
htmlReader | TextReader | TextReader object which will be used as a source of a HTML file. |
Return Value
Added slides
See Also
- interface ISlide
- class SlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
SlideCollection.AddFromHtml method (5 of 6)
Creates slides from HTML text and adds them to the end of the collection.
public ISlide[] AddFromHtml(Stream htmlStream, IExternalResourceResolver resolver, string uri)
Parameter | Type | Description |
---|---|---|
htmlStream | Stream | A Stream object which will be used as a source of a HTML file. |
resolver | IExternalResourceResolver | A callback object used to fetch external objects. If this parameter is null all external objects will be ignored. |
uri | String | An URI of the specified HTML. Used to resolve relative links. |
Return Value
Added slides.
See Also
- interface ISlide
- interface IExternalResourceResolver
- class SlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
SlideCollection.AddFromHtml method (6 of 6)
Creates slides from HTML text and adds them to the end of the collection.
public ISlide[] AddFromHtml(Stream htmlStream)
Parameter | Type | Description |
---|---|---|
htmlStream | Stream | A Stream object which will be used as a source of a HTML file. |
Return Value
Added slides
See Also
- interface ISlide
- class SlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides