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

NameTypeAccessDescription
page_indexintReadGets the page index.
xfloatReadGets the x.
yfloatReadGets the y.
widthfloatReadGets the width.
heightfloatReadGets the height.
childrentuple[BlockFragment, ...]ReadGets the children.
margin_boxesPageMarginBoxesReadGets the margin boxes.

See Also