Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/docxml/src/files/Styles.ts>AnyStyleDefinition

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
type alias AnyStyleDefinition
import { type AnyStyleDefinition } from "https://deno.land/x/docxml@5.0.2/src/files/Styles.ts";
definition: { id: string; name?: string | null; basedOn?: string | null; isDefault?: boolean | null; } & (CharacterStyle | ParagraphStyle | TableStyle)