BookmarkSubscribeRSS Feed
chrisgo
Calcite | Level 5

I've been using the code below to apply our company template to the powerpoint slide created by ODS Powerpoint.

Just wondering if its possible to have different image background for layout=titleslide and layout=titleandcontent  since we have different powerpoint template for both title and content.

proc template;

define style styles.imagebackground;

parent=styles.powerpointlight;

class body /

backgroundimage="C:\\Documents\template.jpg";

class SysTitleAndFooterContainer /                                     

         font = heading_font                                                 

         borderspacing = 0

         textalign = right;

class SystemTitle /                                                    

         font = heading_font

         textalign = right;

end;

run;

Thanks and BR,

3 REPLIES 3
Cynthia_sas
Diamond | Level 26

Hi:

I think this is a question for Tech Support about template use with different layouts. I am not sure you can do what you want to do. Tech Support can verify whether it is possible.

cynthia

Tim_SAS
Barite | Level 11

Sorry, but it's not possible to use two different background images in the same presentation. I know it doesn't help you now, but this functionality will be available in SAS 9.4M3.

chrisgo
Calcite | Level 5

I see. Thanks. By the way is there a release date for 9.4m3?

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 2092 views
  • 3 likes
  • 3 in conversation