body property
body property
The element that contains the content for the document. In documents
with BODY contents, returns the BODY
element. In frameset documents, this returns the outermost
FRAMESET element.
Definition:
@property
def body(self):
...
@body.setter
def body(self, value):
...
See Also
- module
aspose.html - class
HTMLDocument - class
HTMLElement