v_align property
v_align property
Vertical alignment of data within cells of this row. See the valign attribute definition in HTML 4.01.
Definition:
@property
def v_align(self):
...
@v_align.setter
def v_align(self, value):
...
See Also
- module
aspose.html
- class
HTMLTableRowElement