@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
GitHub
npm
Guides
Preparing search index...
index
GigaTableRow
Interface GigaTableRow
A table row: its cells and an optional fixed height in points (
model::Row
).
interface
GigaTableRow
{
cells
:
GigaTableCell
[]
;
height
:
number
|
null
;
}
Index
Properties
cells
height
Properties
cells
cells
:
GigaTableCell
[]
height
height
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cells
height
GitHub
npm
Guides
@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
Loading...
A table row: its cells and an optional fixed height in points (
model::Row).