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