Module

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

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Go to Latest
class StyleLevel
import { StyleLevel } from "https://dotland.deno.dev/x/docx@8.2.1/src/file/table-of-contents/table-of-contents-properties.ts";

Constructors

new
StyleLevel(styleName: string, level: number)

Properties

readonly
level: number
readonly
styleName: string