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

    Interface GigaTableCell

    A table cell: block content, span, and optional RGB shading (model::Cell).

    interface GigaTableCell {
        blocks: GigaBlock[];
        col_span: number;
        row_span: number;
        shading: [number, number, number] | null;
    }
    Index

    Properties

    blocks: GigaBlock[]
    col_span: number
    row_span: number
    shading: [number, number, number] | null

    RGB 0..=1 background, or null for no shading.