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

    Interface GigaTable

    A table: rows of cells, explicit column widths, and a border (model::Table).

    interface GigaTable {
        rows: GigaTableRow[];
        col_widths: number[];
        border: GigaBorderStyle;
    }
    Index

    Properties

    rows: GigaTableRow[]
    col_widths: number[]