HtmlGeneratorAddText Method |
Name | Description | |
---|---|---|
![]() | AddText(Char) |
Adds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren't replaced.
|
![]() | AddText(String) |
Adds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren't replaced.
|
![]() | AddText(Char, Int32, Int32) |
Adds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren't replaced.
|