Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Easily generate .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://deno.land/x/docx@7.5.0/src/file/table-of-contents/table-of-contents-properties.ts";

Constructors

new
StyleLevel(styleName: string, level: number)

Properties

readonly
level: number
readonly
styleName: string