value property
value property
On retrieval, the value of the attribute is returned as a string.
Definition:
@property
def value(self):
    ...
@value.setter
def value(self, value):
    ...
See Also
- module aspose.html.dom
- class Attr
On retrieval, the value of the attribute is returned as a string.
@property
def value(self):
    ...
@value.setter
def value(self, value):
    ...
aspose.html.domAttr