Using the OfficeJS api in PowerPoint, you can get the bulletFormat like this:
```typescript
textRange.paragraphFormat.bulletFormat
```
But the only thing you can get and set is the visibility. But we need way more, like the type of bullet point per level, maybe the character, etc. etc.
Is there a plan to introduce such methods?
1 Comment
- cedricwaCopper Contributor
Thanks for flagging. I, too, am running into this issue of not being able to create formatted text with bullet points via an add-in for PowerPoint.