Skip to main content
Module

x/docxml/src/properties/paragraph-properties.ts>ParagraphProperties

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
type alias ParagraphProperties
import { type ParagraphProperties } from "https://deno.land/x/docxml@2.4.1/src/properties/paragraph-properties.ts";

All the formatting properties that can be given to a paragraph, including the text run formatting and change tracking information.

definition: TextProperties & ParagraphPropertiesI