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

x/docxml/src/properties/table-conditional-properties.ts>TableConditionalTypes

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias TableConditionalTypes
import { type TableConditionalTypes } from "https://deno.land/x/docxml@5.13.0/src/properties/table-conditional-properties.ts";
definition:
| "band1Horz"
| "band1Vert"
| "band2Horz"
| "band2Vert"
| "firstCol"
| "firstRow"
| "lastCol"
| "lastRow"
| "neCell"
| "nwCell"
| "seCell"
| "swCell"
| "wholeTable"