Skip to content

Commit

Permalink
add some docs on slides
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed May 16, 2024
1 parent 59b971e commit 80a19e5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/DeveloperTroubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,16 @@ Problem: The zip entry paths mut not contain a `../` part.
- SlideMaster references `slideLayout` (and `theme`) pages
- Slide references `slideLayout` pages
- Theme page has no references
- SlideLayout references SlideMaster pages
- circular reference there!
- SlideLayout references `slideMaster` pages. Note, there is a circular reference there!

### SlideMaster

> The master slide is the template upon which presentation slides are built. It specifies the shapes and objects as placeholders for content on presentation slides, as well as the formatting of the content within the placeholders. Of course the content and formatting specified on a master slide can be altered by layout slides and the presentation slides themselves, but absent such overrides, the master slide establishes the overall look and feel of the presentation. [Source](http://officeopenxml.com/prSlideMaster.php)
### SlideLayout

> A slide layout is essentially a template design which can be applied to one or more slides, defining the default appearance and positioning of objects on the slide. It "sits" on top of the master slide, acting as an override to alter or supplement information provided on the master slide. When applied to a slide, all corresponding content within objects on the slide is mapped to the slide layout placeholders. [Source](http://officeopenxml.com/prSlideLayout.php)

```
+-------------+
Expand Down

0 comments on commit 80a19e5

Please sign in to comment.