InsertFromHtml
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
- interface ISlideCollection
- 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
- interface ISlideCollection
- 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
- interface ISlideCollection
- 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
- interface ISlideCollection
- 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
- interface ISlideCollection
- 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
- interface ISlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
InsertFromHtml(int, string, bool)
Creates slides from HTML text and inserts them to the collection at the specified position.
public ISlide[] InsertFromHtml(int index, string htmlText, bool useSlideWithIndexAsStart)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position to insert. |
htmlText | String | Html to add. |
useSlideWithIndexAsStart | Boolean | This flag determines how to start insertion: from a new slide or from the slide with the specified index. If true, then data insertion will start from an empty space on the slide with the specified index. If false, then data will be added to the created slides. |
Return Value
Added slides
See Also
- interface ISlide
- interface ISlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
InsertFromHtml(int, string, IExternalResourceResolver, string, bool)
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, bool useSlideWithIndexAsStart)
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. |
useSlideWithIndexAsStart | Boolean | This flag determines how to start insertion: from a new slide or from the slide with the specified index. If true, then data insertion will start from an empty space on the slide with the specified index. If false, then data will be added to the created slides. |
Return Value
Added slides.
See Also
- interface ISlide
- interface IExternalResourceResolver
- interface ISlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
InsertFromHtml(int, Stream, bool)
Creates slides from HTML text and inserts them to the collection at the specified position.
public ISlide[] InsertFromHtml(int index, Stream htmlStream, bool useSlideWithIndexAsStart)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position to insert. |
htmlStream | Stream | A Stream object which will be used as a source of a HTML file. |
useSlideWithIndexAsStart | Boolean | This flag determines how to start insertion: from a new slide or from the slide with the specified index. If true, then data insertion will start from an empty space on the slide with the specified index. If false, then data will be added to the created slides. |
Return Value
Added slides
See Also
- interface ISlide
- interface ISlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
InsertFromHtml(int, Stream, IExternalResourceResolver, string, bool)
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, bool useSlideWithIndexAsStart)
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. |
useSlideWithIndexAsStart | Boolean | This flag determines how to start insertion: from a new slide or from the slide with the specified index. If true, then data insertion will start from an empty space on the slide with the specified index. If false, then data will be added to the created slides. |
Return Value
Added slides.
See Also
- interface ISlide
- interface IExternalResourceResolver
- interface ISlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides