IHtmlGeneratorAddText Method (Char) |
Adds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren't replaced.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxvoid AddText(
char[] text
)
Sub AddText (
text As Char()
)
void AddText(
array<wchar_t>^ text
)
abstract AddText :
text : char[] -> unit
Parameters
- text
- Type: SystemChar
Text to add.
See Also