frame property
frame property
Specifies which external table borders to render. See the frame attribute definition in HTML 4.01.
Definition:
@property
def frame(self):
...
@frame.setter
def frame(self, value):
...
See Also
- module
aspose.html
- class
HTMLTableElement