AddAttributeValue()
Contents
[
Hide
]HtmlGenerator::AddAttributeValue(System::String) method
Quotes attribute value and adds it to the html file.
void Aspose::Slides::Export::HtmlGenerator::AddAttributeValue(System::String value) override
Arguments
Parameter | Type | Description |
---|---|---|
value | System::String | Attribute value string. |
HtmlGenerator::AddAttributeValue(System::ArrayPtr<char16_t>) method
Quotes attribute value and adds it to the html file.
void Aspose::Slides::Export::HtmlGenerator::AddAttributeValue(System::ArrayPtr<char16_t> value) override
Arguments
Parameter | Type | Description |
---|---|---|
value | System::ArrayPtr<char16_t> | Attribute value string. |
HtmlGenerator::AddAttributeValue(System::ArrayPtr<char16_t>, int32_t, int32_t) method
Quotes attribute value and adds it to the html file.
void Aspose::Slides::Export::HtmlGenerator::AddAttributeValue(System::ArrayPtr<char16_t> value, int32_t startIndex, int32_t length) override
Arguments
Parameter | Type | Description |
---|---|---|
value | System::ArrayPtr<char16_t> | Attribute value string. |
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