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