Skip to main content

Type Alias: ShapeOutline

ShapeOutline = object

Defined in: src/types/modify-types.ts:83

Outline (a.k.a. line/border) of a shape, picture or placeholder. Mirrors the vocabulary of Border (used for table cells), minus the cell-specific tag: a shape has exactly one outline.

Properties

color?

optional color?: Color

Defined in: src/types/modify-types.ts:101


type?

optional type?: "solid" | "dot" | "sysDot" | "dash" | "sysDash" | "lgDash" | "dashDot" | "lgDashDot" | "lgDashDotDot" | string

Defined in: src/types/modify-types.ts:90

Dash style, rendered as <a:prstDash val="..."/>


weight?

optional weight?: number

Defined in: src/types/modify-types.ts:88

Line width in EMU, same unit as Border.weight. 1pt = 12700 EMU, 1cm = 360000 EMU. Use PtToEmu()/CmToDxa().