Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / TextGlowProps

Interface: TextGlowProps

Defined in: src/types/text.ts:296

Properties

color?

optional color?: string

Defined in: src/types/text.ts:301

Border color (hex format)

Example

ts
'FF3399'

opacity?

optional opacity?: number

Defined in: src/types/text.ts:307

opacity (0.0 - 1.0)

Example

ts
0.5
50% opaque

size

size: number

Defined in: src/types/text.ts:311

size (points)