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
SAS Super FREQ

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?

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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