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?
optionalcolor?:Color
Defined in: src/types/modify-types.ts:101
type?
optionaltype?:"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?
optionalweight?: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().