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