Appearance
@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:
"✓"
Defined in: core-enums.ts:816
DEFAULT
DEFAULT:
"•"
Defined in: core-enums.ts:815
STAR
STAR:
"★"
Defined in: core-enums.ts:817
TRIANGLE
TRIANGLE:
"▶"
Defined in: core-enums.ts:818