AddHtml
AddHtml(string)
Adds formatted HTML text.
public void AddHtml(string html)
Parameter | Type | Description |
---|---|---|
html | String | Text to add. |
See Also
- class HtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides
AddHtml(char[])
Adds formatted HTML text.
public void AddHtml(char[] html)
Parameter | Type | Description |
---|---|---|
html | Char[] | Text to add. |
See Also
- class HtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides
AddHtml(char[], int, int)
Adds formatted HTML text.
public void AddHtml(char[] html, int startIndex, int length)
Parameter | Type | Description |
---|---|---|
html | Char[] | Text to add. |
startIndex | Int32 | Start index of the portion to add. |
length | Int32 | Length of the portion to add. |
See Also
- class HtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides