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>Shading

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias Shading
import { type Shading } from "https://deno.land/x/docxml@5.12.1/src/properties/shared-properties.ts";
definition: { foreground?: null | string; background?: null | string; pattern?:
| null
| "nil"
| "clear"
| "solid"
| "horzStripe"
| "vertStripe"
| "reverseDiagStripe"
| "diagStripe"
| "horzCross"
| "diagCross"
| "thinHorzStripe"
| "thinVertStripe"
| "thinReverseDiagStripe"
| "thinDiagStripe"
| "thinHorzCross"
| "thinDiagCross"
| "pct5"
| "pct10"
| "pct12"
| "pct15"
| "pct20"
| "pct25"
| "pct30"
| "pct35"
| "pct37"
| "pct40"
| "pct45"
| "pct50"
| "pct55"
| "pct60"
| "pct62"
| "pct65"
| "pct70"
| "pct75"
| "pct80"
| "pct85"
| "pct87"
| "pct90"
| "pct95"
; }