<?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 text in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-text/m-p/24315#M4097</link>
    <description>Depending on what you mean by move vertically one option that may help is to use the TOPMARGIN= element in the style section. This will move the first line of text down from the top of the page the amount specified. Example: TOPMARGIN=2in starts 2 inches from the top of the page.&lt;BR /&gt;
&lt;BR /&gt;
If you need blank spaces between sections of text the function is NEWLINE&lt;BR /&gt;
&lt;BR /&gt;
^{newline 3} inserts 3 blank lines BEFORE then next printable character .</description>
    <pubDate>Fri, 05 Nov 2010 22:31:08 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2010-11-05T22:31:08Z</dc:date>
    <item>
      <title>ods rtf text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-text/m-p/24313#M4095</link>
      <description>How do I increase the size of text when using ods rtf text?&lt;BR /&gt;
Also, is it possible to move rtf text vertically on a page?&lt;BR /&gt;
So far I have been able to do this, but font_size did not work.&lt;BR /&gt;
ods escapechar="^";&lt;BR /&gt;
ods rtf text="^S={outputwidth=100% just=c font_weight=bold}Test";&lt;BR /&gt;
Thank you.</description>
      <pubDate>Wed, 27 Oct 2010 23:50:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-text/m-p/24313#M4095</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2010-10-27T23:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: ods rtf text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-text/m-p/24314#M4096</link>
      <description>Hi:&lt;BR /&gt;
  I only see font_weight in your syntax, not font_size. This works for me:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods path work.temp(update) sashelp.tmplmst(read);&lt;BR /&gt;
                                 &lt;BR /&gt;
proc template;&lt;BR /&gt;
  define style styles.utext;&lt;BR /&gt;
  parent=styles.rtf;&lt;BR /&gt;
     style usertext from usertext /&lt;BR /&gt;
          just=center&lt;BR /&gt;
          font_size=20pt&lt;BR /&gt;
          font_weight=bold&lt;BR /&gt;
          foreground=purple;&lt;BR /&gt;
  end;&lt;BR /&gt;
run;&lt;BR /&gt;
     &lt;BR /&gt;
ods rtf file='c:\temp\usetext2.rtf' style=styles.utext;&lt;BR /&gt;
        &lt;BR /&gt;
proc print data=sashelp.class(obs=3);&lt;BR /&gt;
run;&lt;BR /&gt;
                  &lt;BR /&gt;
ods rtf text='Test';&lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
[/pre]      &lt;BR /&gt;
                &lt;BR /&gt;
I find it more reliable to ensure alignment with a style template change to the UserText element. As long as I am using a style template, I just move all the other changes for UserText into the template instead of using ODS ESCAPECHAR.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 28 Oct 2010 03:08:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-text/m-p/24314#M4096</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-28T03:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: ods rtf text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-text/m-p/24315#M4097</link>
      <description>Depending on what you mean by move vertically one option that may help is to use the TOPMARGIN= element in the style section. This will move the first line of text down from the top of the page the amount specified. Example: TOPMARGIN=2in starts 2 inches from the top of the page.&lt;BR /&gt;
&lt;BR /&gt;
If you need blank spaces between sections of text the function is NEWLINE&lt;BR /&gt;
&lt;BR /&gt;
^{newline 3} inserts 3 blank lines BEFORE then next printable character .</description>
      <pubDate>Fri, 05 Nov 2010 22:31:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-text/m-p/24315#M4097</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2010-11-05T22:31:08Z</dc:date>
    </item>
  </channel>
</rss>

