BlockFragment

Overview

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

Geometry fragment for a block-level box.

Properties: border, children, height, is_anonymous, line_fragments, margin, and 5 more.

Properties

NameTypeAccessDescription
source_nodeNode | NoneReadGets the source node.
childrentuple["BlockFragment", ...]ReadGets the children.
xfloatReadGets the x.
yfloatReadGets the y.
widthfloatReadGets the width.
heightfloatReadGets the height.
marginEdgeSizesReadGets the margin.
paddingEdgeSizesReadGets the padding.
borderEdgeSizesReadGets the border.
line_fragmentstuple["LineFragment", ...]ReadGets the line fragments.
is_anonymousboolReadGets the is anonymous.

See Also