Skip to content

zeropdf v1.3.0


zeropdf / TableCellDefinition

Interface: TableCellDefinition

Defined in: src/types.ts:2013

Detailed table cell object with span, header, scope, and structure options.

Properties

PropertyTypeDescriptionDefined in
annotations?readonly ParagraphTextAnnotation[]Inline annotations anchored to substrings of the rendered cell text.src/types.ts:2027
colSpan?numberNumber of columns spanned by the cell.src/types.ts:2023
header?booleanCallback that returns header blocks for each page.src/types.ts:2017
rowSpan?numberNumber of rows spanned by the cell.src/types.ts:2021
scope?TableHeaderScopeSearch scope used when finding related structure elements.src/types.ts:2019
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2025
textstringText content to render or inspect.src/types.ts:2015
verticalAlign?VerticalAlignVertical alignment of this cell's content within the row height, overriding TableOptions.verticalAlign.src/types.ts:2032

Released under the ISC license.