BoxRoot

Overview

BoxRoot is a class in Aspose.Html FOSS for Python.

Root wrapper returned by :func:build_box_tree.

Properties: children, source_node.

Properties

NameTypeAccessDescription
source_node"Document"Read/WriteGets or sets the source node.
childrenlist[BoxNode]Read/WriteGets or sets the children.

See Also