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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1429 views
  • 3 likes
  • 3 in conversation