text property
text property
The script content of the element.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
See Also
- module
aspose.html
- class
HTMLScriptElement
The script content of the element.
@property
def text(self):
...
@text.setter
def text(self, value):
...
aspose.html
HTMLScriptElement