Styling power point lists
satya - 6/17/2025, 11:37:28 AM
Here is a deck on this topic at my github: direct link to ppt
Here is a deck on this topic at my github: direct link to ppt
satya - 6/17/2025, 11:38:09 AM
What are pptx place holders?
What are pptx place holders?
satya - 6/17/2025, 11:38:36 AM
Why do I use multiple master layouts?
Why do I use multiple master layouts?
satya - 6/17/2025, 11:48:28 AM
Why a master layout
- All layouts sit inside a master layout
- There can be multiple of them (later on this)
- A master layout has child layouts
- child layouts cannot have child layouts
- child layouts inherit from their master layout, like header, footer etc.
satya - 6/17/2025, 11:51:09 AM
so why multiple master layouts?
- Say, most pages want a divider line between title and the content. Say these are 100 pages.
- So you do that....
- Now you want a page that doesn't have that title
- Say these are 10 pages
- These pages cannot use a layout from the other master because they will get the line a the top!
- So you need to create another master layout without that line!
- Now you have 2 masters!
- there may be other ways to do it, but this is one way!
satya - 6/17/2025, 12:44:24 PM
Place holders
- These are limited controls like list boxes (text), images, lines etc.
- These are allowed on master layouts and child layouts
- Experiment and see what they are!