AddHtml
Contents
[
Hide
]
HtmlGenerator.AddHtml method (1 of 3)
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
HtmlGenerator.AddHtml method (2 of 3)
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
HtmlGenerator.AddHtml method (3 of 3)
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