Skip to content

v0.10.4

Choose a tag to compare

@github-actions github-actions released this 01 May 09:59
· 8 commits to main since this release
acc2cf7

PPTX v0.10.4

Diff since v0.10.3

  • Ability to define the slide layout via its name in the template file instead of an integer identifier: Slide(; layout="Section Header")
  • Exported a function to list the layout names in a PowerPoint template file: list_layoutnames

Merged pull requests:

  • Allow slide layout to be defined as a string defined in the template (#74) (@jaakkor2)

Closed issues:

  • Referring to slide layouts by name (#35)