<?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 Re: How to make slide margins smaller in ODS Powerpoint in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-slide-margins-smaller-in-ODS-Powerpoint/m-p/437109#M20394</link>
    <description>&lt;P&gt;Hi Astein2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I have the same question. Do you have answer ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2018 14:55:33 GMT</pubDate>
    <dc:creator>Gridcomputing</dc:creator>
    <dc:date>2018-02-14T14:55:33Z</dc:date>
    <item>
      <title>How to make slide margins smaller in ODS Powerpoint</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-slide-margins-smaller-in-ODS-Powerpoint/m-p/249964#M15237</link>
      <description>&lt;P&gt;I am running SAS 9.4 TS Level 1M3. &amp;nbsp;I am using ODS Powerpoint to create a presentation, and I have been unable to adjust the slide margins. &amp;nbsp;Ideally, I would like to have the margins as close to zero as possible so that I can print very close to the edge of the slide. &amp;nbsp;Specifically, I am trying to use a title statement to add text in the upper right corner that appears above the main slide title. &amp;nbsp;Essentially, I'm trying to use title1 as a header above the actual title. &amp;nbsp;So far, the best I have been able to get is margins of 0.25in on top, bottom, left, and right. &amp;nbsp;With margins this large, the main title is pushed further down the slide than I would like. &amp;nbsp;I have tried many different settings and options, but I haven't been able to get anything to print within the first 0.25in of the slide. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code. &amp;nbsp;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Clear datasets, log file, output file, and special characters */
proc datasets kill nolist;quit;
dm 'log' clear; /*clear log file*/
options compress=yes FORMCHAR="|----|+|---+=|-/\&amp;lt;&amp;gt;*"; title; footnote;

ods path(prepend) work.template(update);

/* Creating a template for the PPT. */
proc template;
define style styles.appendix;
parent=styles.powerpointlight;
style body / topmargin=0in;
class systemfooter/ just=left;
style systemfooter/ color=black font_size=8pt;
class data, table / font_size=10pt;
style table / cellpadding=0pt cellspacing=0pt height=5pt; 
end;

ods html close;
ods listing close;
goptions reset=all;
ods escapechar='^';
options nodate nonumber center
papersize=(10in 7.5in)
rightmargin=0in
leftmargin=0in
topmargin=0in
bottommargin=0in
missing='';

ods graphics /border=off imagefmt=png;

ods powerpoint file="E:\for Amelia\Practice PPT.pptx" style=styles.appendix;

/*Is it possible to move the first title any closer to the upper right corder of the slide?
The closest that I can get it is 0.25in x 0.25in */
title1 j=right height=12pt color=CX0070C0 bspace=0 "Text in upper right corner";
title2 j=left height=32pt bold bspace=0 "Location of main title";

proc odstext;
p "This is the body of the slide" /style=[vjust=center just=center color=CX005DB7 fontsize=56pt fontweight=bold];
run;

title;

ods powerpoint close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 14:19:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-slide-margins-smaller-in-ODS-Powerpoint/m-p/249964#M15237</guid>
      <dc:creator>astein2</dc:creator>
      <dc:date>2016-02-14T14:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make slide margins smaller in ODS Powerpoint</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-slide-margins-smaller-in-ODS-Powerpoint/m-p/437109#M20394</link>
      <description>&lt;P&gt;Hi Astein2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I have the same question. Do you have answer ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 14:55:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-slide-margins-smaller-in-ODS-Powerpoint/m-p/437109#M20394</guid>
      <dc:creator>Gridcomputing</dc:creator>
      <dc:date>2018-02-14T14:55:33Z</dc:date>
    </item>
  </channel>
</rss>

