<?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: Inserting breaklines via ODS RTF/PDF in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383482#M13133</link>
    <description>&lt;P&gt;Are you attempting to do this in a Title statement or somewhere else? Approaches may vary depending on where you are trying this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's one way in a Title line&lt;/P&gt;
&lt;PRE&gt;ods escapechar="^";


ods rtf file="C:\path\junk.rtf";
Title "Some text ^{newline} and more text";
proc print data=sashelp.class (obs=1);
run;

title;
ods rtf close;&lt;/PRE&gt;</description>
    <pubDate>Thu, 27 Jul 2017 20:17:28 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-07-27T20:17:28Z</dc:date>
    <item>
      <title>Inserting breaklines via ODS RTF/PDF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383479#M13132</link>
      <description>&lt;P&gt;So I'm trying to figure out how to sandwich a paragraph between breaklines via ODS RTF. I tried to test out ^{line} after referring to &lt;A href="http://analytics.ncsu.edu/sesug/2009/RV013.Gebhart.pdf" target="_blank"&gt;http://analytics.ncsu.edu/sesug/2009/RV013.Gebhart.pdf&lt;/A&gt;, but found out that only works for ODS HTML. Know any ODF RTF/PDF version of ^{line}?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:02:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383479#M13132</guid>
      <dc:creator>BigPete</dc:creator>
      <dc:date>2017-07-27T20:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting breaklines via ODS RTF/PDF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383482#M13133</link>
      <description>&lt;P&gt;Are you attempting to do this in a Title statement or somewhere else? Approaches may vary depending on where you are trying this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's one way in a Title line&lt;/P&gt;
&lt;PRE&gt;ods escapechar="^";


ods rtf file="C:\path\junk.rtf";
Title "Some text ^{newline} and more text";
proc print data=sashelp.class (obs=1);
run;

title;
ods rtf close;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:17:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383482#M13133</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-07-27T20:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting breaklines via ODS RTF/PDF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383483#M13134</link>
      <description>&lt;P&gt;Through ODS RTF TEXT but it didn't work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="test.rtf";&lt;/P&gt;
&lt;P&gt;ODS RTF TEXT="^{line} Attempting breaklines here ^{line}";&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383483#M13134</guid>
      <dc:creator>BigPete</dc:creator>
      <dc:date>2017-07-27T20:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting breaklines via ODS RTF/PDF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383486#M13135</link>
      <description>&lt;P&gt;Did you specify the ODS ESCAPECHAR?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post your full code that isn't working.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:25:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383486#M13135</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-27T20:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting breaklines via ODS RTF/PDF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383515#M13137</link>
      <description>&lt;P&gt;You should probably provide an example of what your final output is supposed to look like and what procedure(s) you may be running above and below whatever a "breakline" may be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to investigate Proc ODSText as it is much nicer for placing long bits of text than ODS Text and allows creating bulleted lists as well as using a data set to provide the values for part of those lists.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 22:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383515#M13137</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-07-27T22:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting breaklines via ODS RTF/PDF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383747#M13151</link>
      <description>&lt;P&gt;Never mind. Looks like I figured out a close enough solution. I thought BORDERBOTTOMCOLOR/BORDERBOTTOMWIDTH/BORDERTOPCOLOR/BORDERTOPWIDTH apply only to boxes or tables but found out it can also work for breakline sandwiches on texts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let outsy=E:\Users\pete\Desktop\qb;

ods noresults escapechar='^';

%let bc=cxD3DFEE;
%let bw=1;
%let breaklinesandwich=borderbottomcolor=&amp;amp;bc borderbottomwidth=&amp;amp;bw.pt bordertopcolor=&amp;amp;bc bordertopwidth=&amp;amp;bw.pt;
%let boxy=borderwidth=&amp;amp;bw.pt bordercolor=&amp;amp;bc;

ods rtf file="&amp;amp;outsy\qb_summary.rtf" startpage=never;

ods rtf text="^{newline}^{style[font_face=Calibri fontsize=11pt &amp;amp;breaklinesandwich]This report provides a 
summary of data collected for the QB passes in football. The task was issued to Pete in XXX game(s).}^{newline}";
ods rtf text="^{newline}";

ods rtf close;
ods _all_ close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Jul 2017 15:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/383747#M13151</guid>
      <dc:creator>BigPete</dc:creator>
      <dc:date>2017-07-28T15:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting breaklines via ODS RTF/PDF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/387536#M13282</link>
      <description>&lt;P&gt;The break line sandwich commands aren't working for ODS PDF though.&amp;nbsp;Any ideas?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 02:40:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/387536#M13282</guid>
      <dc:creator>BigPete</dc:creator>
      <dc:date>2017-08-12T02:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting breaklines via ODS RTF/PDF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/387537#M13283</link>
      <description>&lt;P&gt;Those are RTF commands so they won't work in PDF.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 02:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inserting-breaklines-via-ODS-RTF-PDF/m-p/387537#M13283</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-12T02:47:45Z</dc:date>
    </item>
  </channel>
</rss>

