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

NameTypeAccessDescription
doc: DocumentReadGets the doc.
page: PageReadGets the page.
x: numberReadGets the x.
top: numberReadGets the top.
width: numberReadGets the width.
availHeight: numberReadGets the avail height.
paragraphSpacing: numberReadThe gap the engine inserts between two consecutive elements, over and above their own spaceAfter/spaceBefore.
structParent: StructElementReadWhen the flow is tagged, the grouping element under which this element appends its /Hn or /P on first draw.