PageMarginBoxes

PageMarginBoxes

Overview

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

Placeholder page-margin-box container for later paint stages.

Properties: bottom, left, right, top.

Properties

NameTypeAccessDescription
toptuple[BlockFragment, ...]ReadGets the top.
righttuple[BlockFragment, ...]ReadGets the right.
bottomtuple[BlockFragment, ...]ReadGets the bottom.
lefttuple[BlockFragment, ...]ReadGets the left.

See Also