Skip to content
Document Authoring DA  API Docs v1.15.1
npmGitHub

ParagraphTabStopNEW

ParagraphTabStop:

{
alignment: "left" | "center" | "right" | "decimal" | null;
leader: "none" | "dot" | "heavy" | "hyphen" | "middleDot" | "underscore" | null;
}

Direct paragraph tab stop.

alignment: "left" | "center" | "right" | "decimal" | null

Tab stop alignment.


position: number | null

Tab stop position, in points.


leader: "none" | "dot" | "heavy" | "hyphen" | "middleDot" | "underscore" | null

Leader shown before the tab stop.