AddText()
Contents
[
Hide
]HtmlGenerator::AddText(System::String) method
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.
void Aspose::Slides::Export::HtmlGenerator::AddText(System::String text) override
Arguments
Parameter | Type | Description |
---|---|---|
text | System::String | Text to add. |
HtmlGenerator::AddText(System::ArrayPtr<char16_t>) method
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.
void Aspose::Slides::Export::HtmlGenerator::AddText(System::ArrayPtr<char16_t> text) override
Arguments
Parameter | Type | Description |
---|---|---|
text | System::ArrayPtr<char16_t> | Text to add. |
HtmlGenerator::AddText(System::ArrayPtr<char16_t>, int32_t, int32_t) method
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.
void Aspose::Slides::Export::HtmlGenerator::AddText(System::ArrayPtr<char16_t> text, int32_t startIndex, int32_t length) override
Arguments
Parameter | Type | Description |
---|---|---|
text | System::ArrayPtr<char16_t> | Text to add. |
startIndex | int32_t | Start index of the portion to add. |
length | int32_t | Length of the portion to add. |
See Also
- Typedef ArrayPtr
- Class String
- Class HtmlGenerator
- Namespace Aspose::Slides::Export
- Library Aspose.Slides