cell_padding property
cell_padding property
Specifies the horizontal and vertical space between cell content and cell borders. See the cellpadding attribute definition in HTML 4.01.
Definition:
@property
def cell_padding(self):
...
@cell_padding.setter
def cell_padding(self, value):
...
See Also
- module
aspose.html
- class
HTMLTableElement