Apply formatting to whole deck

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Where we store or show captured formatting and how we can apply those
formatting to all deck. E.g., I captured title information(height, width,
font size, position etc.) from Master slide. Now how to apply those
formatting to whole deck suppose to 100 slides.

Thanks in advance.
 
Go to Format > Slide Layout. In the Task Pane that appears at the right,
select the desired layout then hit Reapply Layout.
 
If I apply layout then other objects on the slide misplaced. Is there any
other way than Apply Layout.

Thanks in Advance

Nikhil
 
Then the other objects had manual formatting applied. When you reapply the
slide layout, it reapplies the slide layout -- which may override manual
formatting that's been applied.

I guess the question is, what exactly are you trying to do? Apply the
template formatting to every slide or something else? You said this:

Are you just trying to apply specific formatting to the title on every slide
in the presentation?
 
Are you looking for a manual method or are you doing this via code?
It's always a good idea to mention which.
 
Yes, as Echo said those objects had manual formatting -- you'll need to redo
that. This typically happens when you have both bulleted text and a graphic
or visual on the same slide. Hopefully, you don't have manual formatting on
all your slides?

If you have two text boxes with bulleted text on the slide, try using the
title with two text boxes layout. If the slide content is too crowded and
detailed, use the title only layout so that you don't have to redo
everything!


--
Geetesh Bajaj
Microsoft PowerPoint MVP
http://www.ppted.com
 
Thanks you all for your help. And sorry Steve for new loop.

Let me explain problem first.

I am having a presentation contaning more than 100 slides. And on every
slide, Title is not at same position, same font and same line spacing.

Now I want to fix these Slide Title as per Master slide. I would prefer
through code rather than manual work.

Again thanks in advance.

Nikhil
 
Thanks you all for your help. And sorry Steve for new loop.

Let me explain problem first.

I am having a presentation contaning more than 100 slides. And on every
slide, Title is not at same position, same font and same line spacing.

Now I want to fix these Slide Title as per Master slide. I would prefer
through code rather than manual work.

OK. As Geetesh mentions, ShapeStyles (even the free demo) would turn this into a
one-click-per-slide operation.

This isn't exactly what you want by way of code but it demonstrates how to spin
through a presentation and do something to each slide and the slide's title text:

Export Slide Number and Title Text to a text file
http://www.pptfaq.com/FAQ00332.htm

You could pick up the master title properties and apply them to each slide's
title by extending this.
 
Back
Top