AddText
Contents
[
Hide
]AddText(string)
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.
public void AddText(string text)
| Parameter | Type | Description |
|---|---|---|
| text | String | Text to add. |
See Also
- interface IHtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides
AddText(char[])
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.
public void AddText(char[] text)
| Parameter | Type | Description |
|---|---|---|
| text | Char[] | Text to add. |
See Also
- interface IHtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides
AddText(char[], int, int)
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.
public void AddText(char[] text, int startIndex, int length)
| Parameter | Type | Description |
|---|---|---|
| text | Char[] | Text to add. |
| startIndex | Int32 | Start index of the portion to add. |
| length | Int32 | Length of the portion to add. |
See Also
- interface IHtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides