AddAttributeValue
Contents
[
Hide
]AddAttributeValue(string)
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
- interface IHtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides
AddAttributeValue(char[])
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
- interface IHtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides
AddAttributeValue(char[], int, int)
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
- interface IHtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides