tabInterval
tabInterval: number | undefined
The size (in meters) used to calculate the tab stops in a run. These are equally spaced from the left edge of the TextBlock. tabInterval is also used in lists to compute the offset of each child or Paragraph. The listMarker is right justified on indentation + tabInterval*(depth - 1/2). Paragraphs will start at indentation + tabInterval*depth. Default: 4 meters.
Defined in
Last Updated: 07 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.