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
| Name | Type | Access | Description |
|---|---|---|---|
top | tuple[BlockFragment, ...] | Read | Gets the top. |
right | tuple[BlockFragment, ...] | Read | Gets the right. |
bottom | tuple[BlockFragment, ...] | Read | Gets the bottom. |
left | tuple[BlockFragment, ...] | Read | Gets the left. |