name property
name property
Names the map (for use with usemap
). See the name
attribute definition in HTML 4.01.
Definition:
@property
def name(self):
...
@name.setter
def name(self, value):
...
See Also
- module
aspose.html
- class
HTMLMapElement