Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ParagraphBorder

import type { ParagraphBorder } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A border around a paragraph.

interface ParagraphBorder {
color?: OptionalColor;
dashStyle?:
| "DASH_STYLE_UNSPECIFIED"
| "SOLID"
| "DOT"
| "DASH";
padding?: Dimension;
width?: Dimension;
}

§Properties

§

The color of the border.

§
dashStyle?: "DASH_STYLE_UNSPECIFIED" | "SOLID" | "DOT" | "DASH"
[src]

The dash style of the border.

§
padding?: Dimension
[src]

The padding of the border.

§

The width of the border.