Skip to main content
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.10.1/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