Appearance
@shbernal/pptxgenjs / index / BorderProps
Interface: BorderProps
Defined in: core-interfaces.ts:229
Properties
cap?
optionalcap?:LineCap
Defined in: core-interfaces.ts:254
Line end cap style
Default
ts
'flat'color?
optionalcolor?:string
Defined in: core-interfaces.ts:240
Border color (hex)
Example
ts
'FF3399'Default
ts
'666666'pt?
optionalpt?:number
Defined in: core-interfaces.ts:249
Border size (points)
Default
ts
1type?
optionaltype?:"none"|"dash"|"solid"
Defined in: core-interfaces.ts:234
Border type
Default
ts
solid