DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias TabStop

    Represents a tab stop in a Layout object.

    type TabStop = {
        alignment?: TabStopAlignment;
        leader?: TabStopLeader;
        offset: number;
        separator?: number | string;
    }
    Index

    Properties

    alignment?: TabStopAlignment

    Specifies how the text is aligned relative to the tab stop.

    leader?: TabStopLeader

    The type of the leader line displayed under the tab character.

    offset: number

    The tab stop position relative to the left/right (for LTR/RTL text) margin, in graphic units.

    separator?: number | string

    The separator character or its UTF-32 code used when the alignment property is set to "Separator".