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

    Interface GigaParagraph

    A paragraph: its own style, an optional named-style ref, and its inline runs.

    interface GigaParagraph {
        style: GigaParagraphStyle;
        style_ref: string | null;
        runs: GigaInline[];
    }
    Index

    Properties

    Properties

    style_ref: string | null

    Named style this paragraph derives from, if any.

    runs: GigaInline[]