Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / BULLET_TYPES

Enumeration: BULLET_TYPES

Defined in: core-enums.ts:814

NOTE: 20170304: BULLET_TYPES: Only default is used so far. I'd like to combine the two pieces of code that use these before implementing these as options Since we close <p> within the text object bullets, its slightly more difficult than combining into a func and calling to get the paraProp and i'm not sure if anyone will even use these... so, skipping for now.

Enumeration Members

CHECK

CHECK: "&#x2713;"

Defined in: core-enums.ts:816


DEFAULT

DEFAULT: "&#x2022;"

Defined in: core-enums.ts:815


STAR

STAR: "&#x2605;"

Defined in: core-enums.ts:817


TRIANGLE

TRIANGLE: "&#x25B6;"

Defined in: core-enums.ts:818