Skip to content

Commit e2dc487

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 89e10e1 + f908daf commit e2dc487

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ All testing focuses on PowerPoint 2019 pptx file format.
2626

2727
### Slide Masters and -Layouts
2828

29-
It is basically supported to import slide masters and related slide layouts into the root presentation, but you can only import a master together with its related layouts. Any appended slide can use any of the available layouts afterwards. It is currently not possible to add, modify or remove a single slideLayout, but you can modify the underlying slideMaster.
29+
It is basically supported to import slide masters and related slide layouts into the root presentation, but you can only import a master together with its related layouts. Any appended slide can use any of the available layouts afterwards. It is currently not possible to add, modify or remove a single slideLayout, but you can modify the underlying slideMaster.
30+
31+
It is also not possible to import slideLayouts that contain complex contents (charts and images). This means, e.g. if you have an icon on a slideLayout, but not on the slideMaster, the icon will be broken when the slideMaster is auto-imported to an output presentation. To avoid this, you need to assure that all images and charts are being placed *only* on a slideMaster, and not on a slideLayout.
32+
3033

3134
## Install
3235

0 commit comments

Comments
 (0)