InsertFromHtml
Contents
[
Hide
]InsertFromHtml(int, string, IExternalResourceResolver, string)
Creates slides from HTML text and inserts them to the collection at the specified position.
public ISlide[] InsertFromHtml(int index, string htmlText, IExternalResourceResolver resolver,
string uri)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position to insert. |
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
InsertFromHtml(int, string)
Creates slides from HTML text and inserts them to the collection at the specified position.
public ISlide[] InsertFromHtml(int index, string htmlText)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position to insert. |
htmlText | String | Html to add. |
Return Value
Added slides
See Also
- interface ISlide
- class SlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
InsertFromHtml(int, TextReader, IExternalResourceResolver, string)
Creates slides from HTML text and inserts them to the collection at the specified position.
public ISlide[] InsertFromHtml(int index, TextReader htmlReader,
IExternalResourceResolver resolver, string uri)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position to insert. |
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
InsertFromHtml(int, TextReader)
Creates slides from HTML text and inserts them to the collection at the specified position.
public ISlide[] InsertFromHtml(int index, TextReader htmlReader)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position to insert. |
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
InsertFromHtml(int, Stream, IExternalResourceResolver, string)
Creates slides from HTML text and inserts them to the collection at the specified position.
public ISlide[] InsertFromHtml(int index, Stream htmlStream, IExternalResourceResolver resolver,
string uri)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position to insert. |
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
InsertFromHtml(int, Stream)
Creates slides from HTML text and inserts them to the collection at the specified position.
public ISlide[] InsertFromHtml(int index, Stream htmlStream)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position to insert. |
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