AddAttributeValue()

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

ParameterTypeDescription
valueSystem::StringAttribute 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

ParameterTypeDescription
valueSystem::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

ParameterTypeDescription
valueSystem::ArrayPtr<char16_t>Attribute value string.
startIndexint32_tStart index of the portion to add.
lengthint32_tLength of the portion to add.

See Also