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

    Interface GigaInlineRun

    A styled span of text (mirror of model::InlineRun).

    interface GigaInlineRun {
        text: string;
        style: GigaCharStyle;
        source_index: number | null;
    }
    Index

    Properties

    text: string
    source_index: number | null

    Index of the source content-stream run for in-place round-tripping, or null.