PdfTextLine

data class PdfTextLine(val bounds: KiteRectangle, val spans: List<PdfTextSpan>)

One line of text: spans sharing a baseline, within a small Y slack (StructuredTextTuning.Y_CLUSTER_TOL × font size, floored at StructuredTextTuning.Y_CLUSTER_TOL_MIN_PT). Spans are stored left-to-right. A column of vertical text (ISO 32000-1, 9.7.4.3) is a line too: its spans run down the page and are stored top to bottom.

Constructors

Link copied to clipboard
constructor(bounds: KiteRectangle, spans: List<PdfTextSpan>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard