AddAttributeValue
Contents
[
Hide
]
HtmlGenerator.AddAttributeValue method (1 of 3)
Quotes attribute value and adds it to the html file.
public void AddAttributeValue(string value)
Parameter | Type | Description |
---|---|---|
value | String | Attribute value string. |
See Also
- class HtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides
HtmlGenerator.AddAttributeValue method (2 of 3)
Quotes attribute value and adds it to the html file.
public void AddAttributeValue(char[] value)
Parameter | Type | Description |
---|---|---|
value | Char[] | Attribute value string. |
See Also
- class HtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides
HtmlGenerator.AddAttributeValue method (3 of 3)
Quotes attribute value and adds it to the html file.
public void AddAttributeValue(char[] value, int startIndex, int length)
Parameter | Type | Description |
---|---|---|
value | Char[] | Attribute value string. |
startIndex | Int32 | Start index of the portion to add. |
length | Int32 | Length of the portion to add. |
See Also
- class HtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides