name property
name property
The name of the applet. See the name attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
Definition:
@property
def name(self):
...
@name.setter
def name(self, value):
...
See Also
- module
aspose.html
- class
HTMLAppletElement