<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Reduce vertical space between two titles in Powerpoint slide in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reduce-vertical-space-between-two-titles-in-Powerpoint-slide/m-p/710411#M24798</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template; 
	define style styles.mystyle; 
	parent=styles.powerpointlight;
	class SystemTitle /    fontsize=24pt textalign=left  ;
	class SystemTitle2 /    fontsize=12pt textalign=right ;
	end; 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I would like to reduce the vertical space between the two titles in my Powerpoint slide which I am generating&amp;nbsp; with ODS Gridded layout using this modified style template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried various options that EG shows while editing the code, none of which works.&amp;nbsp; I would appreciate any suggestions&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Jan 2021 05:08:33 GMT</pubDate>
    <dc:creator>ghosh</dc:creator>
    <dc:date>2021-01-10T05:08:33Z</dc:date>
    <item>
      <title>Reduce vertical space between two titles in Powerpoint slide</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reduce-vertical-space-between-two-titles-in-Powerpoint-slide/m-p/710411#M24798</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template; 
	define style styles.mystyle; 
	parent=styles.powerpointlight;
	class SystemTitle /    fontsize=24pt textalign=left  ;
	class SystemTitle2 /    fontsize=12pt textalign=right ;
	end; 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I would like to reduce the vertical space between the two titles in my Powerpoint slide which I am generating&amp;nbsp; with ODS Gridded layout using this modified style template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried various options that EG shows while editing the code, none of which works.&amp;nbsp; I would appreciate any suggestions&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 05:08:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reduce-vertical-space-between-two-titles-in-Powerpoint-slide/m-p/710411#M24798</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2021-01-10T05:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce vertical space between two titles in Powerpoint slide</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reduce-vertical-space-between-two-titles-in-Powerpoint-slide/m-p/710767#M24799</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then indicate specifically which text has too much space.&lt;/P&gt;
&lt;P&gt;No promises about "fixing" this but this is the minimum information needed to have a chance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 10:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reduce-vertical-space-between-two-titles-in-Powerpoint-slide/m-p/710767#M24799</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-01-12T10:01:21Z</dc:date>
    </item>
  </channel>
</rss>

