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
| Name | Type | Access | Description |
|---|---|---|---|
source_node | Node | None | Read | Gets the source node. |
children | tuple["BlockFragment", ...] | Read | Gets the children. |
x | float | Read | Gets the x. |
y | float | Read | Gets the y. |
width | float | Read | Gets the width. |
height | float | Read | Gets the height. |
margin | EdgeSizes | Read | Gets the margin. |
padding | EdgeSizes | Read | Gets the padding. |
border | EdgeSizes | Read | Gets the border. |
line_fragments | tuple["LineFragment", ...] | Read | Gets the line fragments. |
is_anonymous | bool | Read | Gets the is anonymous. |