hspace property
hspace property
Horizontal space to the left and right of this image in pixels. See the
hspace attribute definition in HTML 4.01. This attribute is
deprecated in HTML 4.01. Note that the type of this attribute was
DOMString
in DOM Level 1 HTML [DOM Level 1].
@version DOM Level 2
Definition:
@property
def hspace(self):
...
@hspace.setter
def hspace(self, value):
...
See Also
- module
aspose.html
- class
HTMLImageElement