docx
    Preparing search index...

    Variable PositionalTabLeaderConst

    PositionalTabLeader: {
        DOT: "dot";
        HYPHEN: "hyphen";
        MIDDLE_DOT: "middleDot";
        NONE: "none";
        UNDERSCORE: "underscore";
    } = ...

    Positional tab leader character types.

    Specifies the character used to fill the space before the tab.

    <xsd:simpleType name="ST_PTabLeader">
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="none" />
    <xsd:enumeration value="dot" />
    <xsd:enumeration value="hyphen" />
    <xsd:enumeration value="underscore" />
    <xsd:enumeration value="middleDot" />
    </xsd:restriction>
    </xsd:simpleType>

    Type Declaration

    • ReadonlyDOT: "dot"

      Dot leader (...)

    • ReadonlyHYPHEN: "hyphen"

      Hyphen leader (---)

    • ReadonlyMIDDLE_DOT: "middleDot"

      Middle dot leader (···)

    • ReadonlyNONE: "none"

      No leader character

    • ReadonlyUNDERSCORE: "underscore"

      Underscore leader (___)