BookmarkSubscribeRSS Feed
ghosh
Barite | Level 11
proc template; 
	define style styles.mystyle; 
	parent=styles.powerpointlight;
	class SystemTitle /    fontsize=24pt textalign=left  ;
	class SystemTitle2 /    fontsize=12pt textalign=right ;
	end; 
run;

I would like to reduce the vertical space between the two titles in my Powerpoint slide which I am generating  with ODS Gridded layout using this modified style template.

 

I have tried various options that EG shows while editing the code, none of which works.  I would appreciate any suggestions

Thanks.

 

1 REPLY 1
ballardw
Super User

You should provide a small example data set and some of the code or perhaps use a SAS supplied data set like SASHELP.CLASS and a procedure like print to create some output, including all of your ODS Powerpoint options to demonstrate the behavior and so we have something we can test options with.

 

Then indicate specifically which text has too much space.

No promises about "fixing" this but this is the minimum information needed to have a chance.

 

There can be a largish number of things interacting when creating an ODS document and without all of the options you may be using it can be difficult to make suggestions. And blind guesses waste a lot of time.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 695 views
  • 0 likes
  • 2 in conversation