<?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: Different formats in one line: ods pdf text in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-formats-in-one-line-ods-pdf-text/m-p/46595#M6091</link>
    <description>Sachin, &lt;BR /&gt;
It seems that the ods pdf destination did not accept those specification&lt;BR /&gt;
which is more  adapted to html and by extension to rtf&lt;BR /&gt;
&lt;BR /&gt;
Andre&lt;BR /&gt;
Play further with&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods escapechar="~";&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods html file="d:\temp\encadre.htm";&lt;BR /&gt;
ods rtf file="d:\temp\encadre.rtf";&lt;BR /&gt;
ods pdf file="d:\temp\encadre.pdf";&lt;BR /&gt;
proc print data=sashelp.class;run;&lt;BR /&gt;
*ods pdf text="~S={just=left cellwidth=1.6in background=CX4D7EBF foreground=black} ~mName: &lt;BR /&gt;
~S={background=white foreground=black} Sachin" ;&lt;BR /&gt;
ods  text="~S={bordercolor=black  borderwidth=0.1in just=left cellwidth=1.6in cellheight=0.5in foreground=black} Name:&lt;BR /&gt;
 ~S={bordercolor=black} Sachin"; run;&lt;BR /&gt;
ods  text="~{style[bordercolor=black frame=box rules=all borderwidth=0.3in just=left cellwidth=1.6in  foreground=black] Name:}&lt;BR /&gt;
 ~{style[bordercolor=black background=gray foreground=black] Sachin}";&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Fri, 08 Apr 2011 09:09:52 GMT</pubDate>
    <dc:creator>Andre</dc:creator>
    <dc:date>2011-04-08T09:09:52Z</dc:date>
    <item>
      <title>Different formats in one line: ods pdf text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-formats-in-one-line-ods-pdf-text/m-p/46594#M6090</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have the following piece of code.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;ods pdf text="~S={just=left cellwidth=1.6in background=CX4D7EBF foreground=black} ~mName: &lt;BR /&gt;
~S={background=white foreground=black} Sachin";&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
I want to have a blue box around the "Name" part and &lt;B&gt;no background on the "Sachin" part&lt;/B&gt;. I also need this to be in one line.&lt;BR /&gt;
&lt;BR /&gt;
How would you go about doing this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Sachin</description>
      <pubDate>Fri, 08 Apr 2011 05:25:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-formats-in-one-line-ods-pdf-text/m-p/46594#M6090</guid>
      <dc:creator>SachinRuk</dc:creator>
      <dc:date>2011-04-08T05:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Different formats in one line: ods pdf text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-formats-in-one-line-ods-pdf-text/m-p/46595#M6091</link>
      <description>Sachin, &lt;BR /&gt;
It seems that the ods pdf destination did not accept those specification&lt;BR /&gt;
which is more  adapted to html and by extension to rtf&lt;BR /&gt;
&lt;BR /&gt;
Andre&lt;BR /&gt;
Play further with&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods escapechar="~";&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods html file="d:\temp\encadre.htm";&lt;BR /&gt;
ods rtf file="d:\temp\encadre.rtf";&lt;BR /&gt;
ods pdf file="d:\temp\encadre.pdf";&lt;BR /&gt;
proc print data=sashelp.class;run;&lt;BR /&gt;
*ods pdf text="~S={just=left cellwidth=1.6in background=CX4D7EBF foreground=black} ~mName: &lt;BR /&gt;
~S={background=white foreground=black} Sachin" ;&lt;BR /&gt;
ods  text="~S={bordercolor=black  borderwidth=0.1in just=left cellwidth=1.6in cellheight=0.5in foreground=black} Name:&lt;BR /&gt;
 ~S={bordercolor=black} Sachin"; run;&lt;BR /&gt;
ods  text="~{style[bordercolor=black frame=box rules=all borderwidth=0.3in just=left cellwidth=1.6in  foreground=black] Name:}&lt;BR /&gt;
 ~{style[bordercolor=black background=gray foreground=black] Sachin}";&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Fri, 08 Apr 2011 09:09:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-formats-in-one-line-ods-pdf-text/m-p/46595#M6091</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2011-04-08T09:09:52Z</dc:date>
    </item>
  </channel>
</rss>

