begin_element method
begin_element
Begins rendering of the html node.
Returns
Returns [true] if element should be processed.
def begin_element(self, element, rect):
...
Parameter | Type | Description |
---|---|---|
element | aspose.html.dom.Element | The html element. |
rect | aspose.pydrawing.RectangleF | Bounding box of the node. |
See Also
- module
aspose.html.rendering.doc
- class
DocDevice