cell_spacing property
cell_spacing property
Specifies the horizontal and vertical separation between cells. See the cellspacing attribute definition in HTML 4.01.
Definition:
@property
def cell_spacing(self):
...
@cell_spacing.setter
def cell_spacing(self, value):
...
See Also
- module
aspose.html
- class
HTMLTableElement