Given a slide how can one figure out if all the slide layout placeholders are in use in PowerPoint?
Can one prevent auto usage of a placeholder when adding a picture if that placeholder is not in use?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would need to loop through all the placeholders on the slide, determine each one’s type and then check to see if it is filled with the format that expected. There are 18
PpPlaceholderType, so you’d have to set them all up, but the below is a sample of what you can do to check to see if a placeholder is in use.To insert, say, a picture and not have it arrive in a placeholder, the only way I’ve found is to create a loop to add pictures until one of them is out of a placeholder and then delete the ones already inserted.