TabStop
import type { TabStop } from "https://googleapis.deno.dev/v1/docs:v1.ts";
A tab stop within a paragraph.
interface TabStop {
alignment?:
| "TAB_STOP_ALIGNMENT_UNSPECIFIED"
| "START"
| "CENTER"
| "END";
offset?: Dimension;
}import type { TabStop } from "https://googleapis.deno.dev/v1/docs:v1.ts";
A tab stop within a paragraph.