Skip to content

[Enhancement] Bullet list images #898

Open
@alasdairmackenzie

Description

@alasdairmackenzie

Category

  • Enhancement

Version

Please specify what version of the library you are using: [ 3.4 ]
Please specify what version(s) of PowerPoint you are targeting: [ N/A ]

Desired Behavior

It would be great if the bullet point method allowed for an image so custom bullet points can be displayed

slide.addText({ 
  text: "I have a bullet", 
  options: { 
      bullet: { 
        code: "25BA",
        image_path : "image_path.jpg"
     } 
  }
});

Happy to create a PR (although might need some guidance) if you think this is worth adding.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions