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

x/docxml/mod.ts>ParagraphProps

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias ParagraphProps
import { type ParagraphProps } from "https://deno.land/x/docxml@5.14.0/mod.ts";

A type describing the props accepted by Paragraph.

The "style" option, which is part of both paragraph- and text properties, is always set to the paragraph style -- the text style is ignored.

definition: ParagraphProperties