<?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: Titles in Powerpoint in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Titles-in-Powerpoint/m-p/43811#M2838</link>
    <description>I'm a couple of years late on this one, but maybe this info will be useful to people searching for info on similar questions...&lt;BR /&gt;
&lt;BR /&gt;
dev=java and dev=activex do not support "gtitles" (titles as part of the graph) - I think in most situations, EG and STPs default to activex or java (or one of their variants).&lt;BR /&gt;
&lt;BR /&gt;
Therefore, do everything you can to make sure you're using dev=gif or dev=png, and then also make sure you're using "gtitles" rather than "nogtitles" (gif and png support both gtitles and nogtitles).</description>
    <pubDate>Tue, 06 Jul 2010 14:38:50 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2010-07-06T14:38:50Z</dc:date>
    <item>
      <title>Titles in Powerpoint</title>
      <link>https://communities.sas.com/t5/Developers/Titles-in-Powerpoint/m-p/43809#M2836</link>
      <description>I am running a stored process via SAS Microsoft Add Ins in Powerpoint that generates about 50 slides, each containing a graph with a title.&lt;BR /&gt;
&lt;BR /&gt;
The graphs appear fine in Powerpoint, but the title has become separate from the graph (which is not the case in the gif file generated) and appears to have the default powerpoint font, which is way too large.&lt;BR /&gt;
&lt;BR /&gt;
An example of the code is given below.&lt;BR /&gt;
&lt;BR /&gt;
When I run the stored process from Excel or Word, something similar happens.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way of keeping the title as part of the graph, as with the gif file generated?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help.&lt;BR /&gt;
&lt;BR /&gt;
goptions reset=all device=gif; &lt;BR /&gt;
&lt;BR /&gt;
ODS LISTING CLOSE;                                                     &lt;BR /&gt;
ODS HTML CLOSE;&lt;BR /&gt;
ODS HTML BODY="Body_file.html"&lt;BR /&gt;
GPATH="&amp;amp;path"&lt;BR /&gt;
PATH="&amp;amp;path";&lt;BR /&gt;
title1 font=arial j=CENTER  h = 2.5pct c = bib &lt;BR /&gt;
        "My Title";&lt;BR /&gt;
&lt;BR /&gt;
code to generate grapg - eg proc gchart&lt;BR /&gt;
&lt;BR /&gt;
quit;&lt;BR /&gt;
 ODS LISTING CLOSE; &lt;BR /&gt;
ODS HTML CLOSE;</description>
      <pubDate>Wed, 03 Sep 2008 14:16:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Titles-in-Powerpoint/m-p/43809#M2836</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-03T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Titles in Powerpoint</title>
      <link>https://communities.sas.com/t5/Developers/Titles-in-Powerpoint/m-p/43810#M2837</link>
      <description>Hi:&lt;BR /&gt;
  When you use the SAS Add-in to Office with Powerpoint as part of the BI Platform, Powerpoint will only "accept" SAS Report XML results from the stored process. Even if you have ODS HTML in your code, or you do an override for the &amp;amp;_ODSDEST reserved variable, when the results come back, SAS detects that the client application is PowerPoint and your results are turned into SASReport XML. I believe that your device of GIF will probably be changed to the device driver that is used for PowerPoint (probably PNG or ACTIVEX or JAVA driver -- I'm not sure).&lt;BR /&gt;
&lt;BR /&gt;
  There are some regular ODS options that can be used for &lt;B&gt;&lt;U&gt;non-stored process &lt;/U&gt;&lt;/B&gt;&lt;U&gt;&lt;/U&gt; SAS/Graph and ODS jobs: they are the ODS USEGOPT statement and the GTITLE option on the ODS statement. However, I am not sure that either of those abilities are used by the SASReport XML that PowerPoint receives.&lt;BR /&gt;
&lt;BR /&gt;
This is probably a question for Tech Support -- as they can look at your complete code and your PowerPoint settings and if they cannot help you get the title into the SAS/Graph image, then they can help you change the CSS style that is used with the Add-in and PowerPoint to make the title the size you want.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 03 Sep 2008 16:46:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Titles-in-Powerpoint/m-p/43810#M2837</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-09-03T16:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Titles in Powerpoint</title>
      <link>https://communities.sas.com/t5/Developers/Titles-in-Powerpoint/m-p/43811#M2838</link>
      <description>I'm a couple of years late on this one, but maybe this info will be useful to people searching for info on similar questions...&lt;BR /&gt;
&lt;BR /&gt;
dev=java and dev=activex do not support "gtitles" (titles as part of the graph) - I think in most situations, EG and STPs default to activex or java (or one of their variants).&lt;BR /&gt;
&lt;BR /&gt;
Therefore, do everything you can to make sure you're using dev=gif or dev=png, and then also make sure you're using "gtitles" rather than "nogtitles" (gif and png support both gtitles and nogtitles).</description>
      <pubDate>Tue, 06 Jul 2010 14:38:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Titles-in-Powerpoint/m-p/43811#M2838</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-07-06T14:38:50Z</dc:date>
    </item>
  </channel>
</rss>

