Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/docxml/src/properties/table-row-properties.ts>TableRowProperties

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias TableRowProperties
import { type TableRowProperties } from "https://deno.land/x/docxml@5.13.0/src/properties/table-row-properties.ts";
definition: { isHeaderRow?: null | boolean; isUnsplittable?: null | boolean; cellSpacing?: null | Length; }