Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / BorderProps

Interface: BorderProps

Defined in: core-interfaces.ts:229

Properties

cap?

optional cap?: LineCap

Defined in: core-interfaces.ts:254

Line end cap style

Default

ts
'flat'

color?

optional color?: string

Defined in: core-interfaces.ts:240

Border color (hex)

Example

ts
'FF3399'

Default

ts
'666666'

pt?

optional pt?: number

Defined in: core-interfaces.ts:249

Border size (points)

Default

ts
1

type?

optional type?: "none" | "dash" | "solid"

Defined in: core-interfaces.ts:234

Border type

Default

ts
solid