HtmlGeneratorAddAttributeValue Method (Char, Int32, Int32) |
Quotes attribute value and adds it to the html file.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxpublic void AddAttributeValue(
char[] value,
int startIndex,
int length
)
Public Sub AddAttributeValue (
value As Char(),
startIndex As Integer,
length As Integer
)
public:
virtual void AddAttributeValue(
array<wchar_t>^ value,
int startIndex,
int length
) sealed
abstract AddAttributeValue :
value : char[] *
startIndex : int *
length : int -> unit
override AddAttributeValue :
value : char[] *
startIndex : int *
length : int -> unit
Parameters
- value
- Type: SystemChar
Attribute value string. - startIndex
- Type: SystemInt32
Start index of the portion to add. - length
- Type: SystemInt32
Length of the portion to add.
Implements
IHtmlGeneratorAddAttributeValue(Char, Int32, Int32)
See Also