PlaceContext
Overview
PlaceContext is a interface in Aspose.PDF FOSS for TypeScript.
Where an element is being placed.
Properties: availHeight, doc, page, paragraphSpacing, structParent, top, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
doc | : Document | Read | Gets the doc. |
page | : Page | Read | Gets the page. |
x | : number | Read | Gets the x. |
top | : number | Read | Gets the top. |
width | : number | Read | Gets the width. |
availHeight | : number | Read | Gets the avail height. |
paragraphSpacing | : number | Read | The gap the engine inserts between two consecutive elements, over and above their own spaceAfter/spaceBefore. |
structParent | : StructElement | Read | When the flow is tagged, the grouping element under which this element appends its /Hn or /P on first draw. |