HtmlGeneratorAddText 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)
Syntaxpublic void AddText(
char[] text
)
Public Sub AddText (
text As Char()
)
public:
virtual void AddText(
array<wchar_t>^ text
) sealed
abstract AddText :
text : char[] -> unit
override AddText :
text : char[] -> unit
Parameters
- text
- Type: SystemChar
Text to add.
Implements
IHtmlGeneratorAddText(Char)
See Also