PageFragment
Overview
PageFragment is a class in Aspose.Html FOSS for Python.
Single paginated fragmentainer (page box) with ordered content.
Properties: children, height, margin_boxes, page_index, width, x, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
page_index | int | Read | Gets the page index. |
x | float | Read | Gets the x. |
y | float | Read | Gets the y. |
width | float | Read | Gets the width. |
height | float | Read | Gets the height. |
children | tuple[BlockFragment, ...] | Read | Gets the children. |
margin_boxes | PageMarginBoxes | Read | Gets the margin boxes. |