Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / BulletType

Enumeration: BulletType

Defined in: core-enums.ts:634

Bullet glyph presets. Only DEFAULT is currently wired through to output; the remaining entries are reserved and not yet selectable via options.

Enumeration Members

CHECK

CHECK: "✓"

Defined in: core-enums.ts:636


DEFAULT

DEFAULT: "•"

Defined in: core-enums.ts:635


STAR

STAR: "★"

Defined in: core-enums.ts:637


TRIANGLE

TRIANGLE: "▶"

Defined in: core-enums.ts:638