add_attribute_value method
add_attribute_value
Quotes attribute value and adds it to the html file.
def add_attribute_value(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | Attribute value string. |
add_attribute_value
Quotes attribute value and adds it to the html file.
def add_attribute_value(self, value):
...
Parameter | Type | Description |
---|---|---|
value | List[char] | Attribute value string. |
add_attribute_value
Quotes attribute value and adds it to the html file.
def add_attribute_value(self, value, start_index, length):
...
Parameter | Type | Description |
---|---|---|
value | List[char] | Attribute value string. |
start_index | int | Start index of the portion to add. |
length | int | Length of the portion to add. |
See Also
- class
IHtmlGenerator
- module
aspose.slides.export
- library
Aspose.Slides