Module

x/docx/src/file/table-of-contents/table-of-contents-properties.ts>ITableOfContentsOptions

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Latest
type alias ITableOfContentsOptions
import { type ITableOfContentsOptions } from "https://dotland.deno.dev/x/docx@9.0.3/src/file/table-of-contents/table-of-contents-properties.ts";
definition: { readonly captionLabel?: string; readonly entriesFromBookmark?: string; readonly captionLabelIncludingNumbers?: string; readonly sequenceAndPageNumbersSeparator?: string; readonly tcFieldIdentifier?: string; readonly hyperlink?: boolean; readonly tcFieldLevelRange?: string; readonly pageNumbersEntryLevelsRange?: string; readonly headingStyleRange?: string; readonly entryAndPageNumberSeparator?: string; readonly seqFieldIdentifierForPrefix?: string; readonly stylesWithLevels?: readonly StyleLevel[]; readonly useAppliedParagraphOutlineLevel?: boolean; readonly preserveTabInEntries?: boolean; readonly preserveNewLineInEntries?: boolean; readonly hideTabAndPageNumbersInWebView?: boolean; }