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

x/docxml/src/properties/table-cell-properties.ts>TableCellProperties

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias TableCellProperties
import { type TableCellProperties } from "https://deno.land/x/docxml@5.5.4/src/properties/table-cell-properties.ts";
definition: { colSpan?: null | number; rowSpan?: null | number; width?: null | Length; shading?: null | Shading; borders?: null | { top?: null | Border<LineBorderType>; start?: null | Border<LineBorderType>; bottom?: null | Border<LineBorderType>; end?: null | Border<LineBorderType>; insideH?: null | Border<LineBorderType>; insideV?: null | Border<LineBorderType>; tl2br?: null | Border<LineBorderType>; tr2bl?: null | Border<LineBorderType>; }; }