BoxNode

Overview

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

Single box-tree node produced by :func:build_box_tree.

Properties: children, inner_display, is_anonymous, outer_display, replaced, source_node, and 2 more.

Properties

NameTypeAccessDescription
outer_displayOuter | NoneRead/WriteGets or sets the outer display.
inner_displayInner | NoneRead/WriteGets or sets the inner display.
replacedboolRead/WriteGets or sets the replaced.
source_node"Node | None"Read/WriteGets or sets the source node.
childrenlist["BoxNode"]Read/WriteGets or sets the children.
style"ComputedStyle | None"Read/WriteGets or sets the style.
textstrRead/WriteGets or sets the text.
is_anonymousboolRead/WriteGets or sets the is anonymous.

See Also