@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    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

    Properties

    cells: GigaTableCell[]
    height: number | null