<?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: Centering Text Using ODS TAGSETS.RTF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Centering-Text-Using-ODS-TAGSETS-RTF/m-p/755635#M25129</link>
    <description>&lt;P&gt;You have to tell SAS how wide the text display area is. Add a Leftmargin= 1in and Rightmargin=1in or similar to the ODS Text. Pick your measurement as needed and you can use units of IN (inches) CM (centimeters) . There are other units but this are pretty easily understood.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2021 14:21:52 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-07-21T14:21:52Z</dc:date>
    <item>
      <title>Centering Text Using ODS TAGSETS.RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Centering-Text-Using-ODS-TAGSETS-RTF/m-p/755620#M25128</link>
      <description>&lt;P&gt;I am trying to center text in ods tagsets.rtf output, but the text is still left justified even with j=c.&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;ods escapechar="^";

ods tagsets.rtf file="&amp;amp;outpath.\table1.rtf";

ods text="^S={j=c fontsize=13pt fontweight=bold}First text on page.";

ods tagsets.rtf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 13:42:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Centering-Text-Using-ODS-TAGSETS-RTF/m-p/755620#M25128</guid>
      <dc:creator>jackieme</dc:creator>
      <dc:date>2021-07-21T13:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Centering Text Using ODS TAGSETS.RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Centering-Text-Using-ODS-TAGSETS-RTF/m-p/755635#M25129</link>
      <description>&lt;P&gt;You have to tell SAS how wide the text display area is. Add a Leftmargin= 1in and Rightmargin=1in or similar to the ODS Text. Pick your measurement as needed and you can use units of IN (inches) CM (centimeters) . There are other units but this are pretty easily understood.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 14:21:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Centering-Text-Using-ODS-TAGSETS-RTF/m-p/755635#M25129</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-21T14:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Centering Text Using ODS TAGSETS.RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Centering-Text-Using-ODS-TAGSETS-RTF/m-p/755636#M25130</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You need to make a STYLE template change with PDF and RTF destinations to alter the justification of the ODS TEXT strings in the output. The style element that changes the ODS TEXT value is the USERTEXT style element. Here's an example, compared to changing title:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1626877096260.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61483i5D3F6A536496E582/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1626877096260.png" alt="Cynthia_sas_0-1626877096260.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll find more about changing style templates in this paper&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings10/033-2010.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings10/033-2010.pdf&lt;/A&gt;&amp;nbsp; and about templates in general in this paper: &lt;A href="https://support.sas.com/resources/papers/proceedings09/227-2009.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings09/227-2009.pdf&lt;/A&gt;&amp;nbsp;..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 14:20:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Centering-Text-Using-ODS-TAGSETS-RTF/m-p/755636#M25130</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-07-21T14:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Centering Text Using ODS TAGSETS.RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Centering-Text-Using-ODS-TAGSETS-RTF/m-p/755709#M25131</link>
      <description>Thank you for your help and linking the reference papers. This solved my issue!</description>
      <pubDate>Wed, 21 Jul 2021 17:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Centering-Text-Using-ODS-TAGSETS-RTF/m-p/755709#M25131</guid>
      <dc:creator>jackieme</dc:creator>
      <dc:date>2021-07-21T17:13:19Z</dc:date>
    </item>
  </channel>
</rss>

