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

x/docxml/src/properties/shared-properties.ts>LineBorderType

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias LineBorderType
import { type LineBorderType } from "https://deno.land/x/docxml@5.11.0/src/properties/shared-properties.ts";
definition:
| "single"
| "dashDotStroked"
| "dashed"
| "dashSmallGap"
| "dotDash"
| "dotDotDash"
| "dotted"
| "double"
| "doubleWave"
| "inset"
| "nil"
| "none"
| "outset"
| "thick"
| "thickThinLargeGap"
| "thickThinMediumGap"
| "thickThinSmallGap"
| "thinThickLargeGap"
| "thinThickMediumGap"
| "thinThickSmallGap"
| "thinThickThinLargeGap"
| "thinThickThinMediumGap"
| "thinThickThinSmallGap"
| "threeDEmboss"
| "threeDEngrave"
| "triple"
| "wave"