<?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: ODS RTF: incomplete title in rtf in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287624#M59206</link>
    <description>&lt;P&gt;If ODS PDF solves the problem it may well be the active style as the PDF style default is different from both HTML and RTF.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2016 20:13:35 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-07-27T20:13:35Z</dc:date>
    <item>
      <title>ODS RTF: incomplete title in rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287539#M59184</link>
      <description>&lt;P&gt;I used the option below to control the size of the chart in the RTF file, but in the RTF file the title is not complete. In the SAS results wondow, however, the title is complete.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on / 
      width=3.25in border=off;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the image in the RTF file:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4253i12C149F6945F6A60/image-size/original?v=v2&amp;amp;px=-1" alt="Capture1.JPG" title="Capture1.JPG" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is from the SAS results window:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4254iFFADE3C4CFEF512E/image-size/original?v=v2&amp;amp;px=-1" alt="Capture1.JPG" title="Capture1.JPG" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 17:41:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287539#M59184</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2016-07-27T17:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF: incomplete title in rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287546#M59187</link>
      <description>&lt;P&gt;You show no details on how the graph was created so here are some guesses:&lt;/P&gt;
&lt;P&gt;The default sytle for ODS RTF is different than for the ODS HTML shown in the Results. The title font can be quite a bit larger and does not fit into the space availbe for the title in the method you used to create the graph. Try specifying the same ODS STYLE used by your results window with the ODS RTF statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Options specified on the Title overflow the allowed space for the title;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 18:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287546#M59187</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-27T18:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF: incomplete title in rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287559#M59189</link>
      <description>And, in addition to BallardW's comments, the options in HTML and RTF might be different, as far as the GTITLE, NOGTITLE option which tells ODS whether the title is under the control of the graphics image (and thus, inside the image) or is under the control of the the ODS destination (and thus, sitting outside of the image).&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/67921/HTML/default/viewer.htm#p1vvsv8ucnjzjnn1wq5wrlp74mdb.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/67921/HTML/default/viewer.htm#p1vvsv8ucnjzjnn1wq5wrlp74mdb.htm&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Wed, 27 Jul 2016 18:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287559#M59189</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-07-27T18:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF: incomplete title in rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287575#M59193</link>
      <description>&lt;P&gt;Thank you for both replies.&lt;/P&gt;
&lt;P&gt;I ended up with ODS PDF for a fast solution. I will look into the real solution in RTF&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 19:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287575#M59193</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2016-07-27T19:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF: incomplete title in rtf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287624#M59206</link>
      <description>&lt;P&gt;If ODS PDF solves the problem it may well be the active style as the PDF style default is different from both HTML and RTF.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 20:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-incomplete-title-in-rtf/m-p/287624#M59206</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-27T20:13:35Z</dc:date>
    </item>
  </channel>
</rss>

