<?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: Underlining text in a PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Underlining-text-in-a-PDF/m-p/70829#M8114</link>
    <description>Hi:&lt;BR /&gt;
  ODS LAYOUT is still "pre-production", so you might want to check with Tech Support. I'm not exactly sure how text_decoration and ODS TEXT= work in the context of ODS LAYOUT and ODS REGION.&lt;BR /&gt;
 &lt;BR /&gt;
  Since ODS LAYOUT is still "pre-production" if you open a track with Tech Support, they will be able to ask the ODS LAYOUT developers how/why and how to fix types of questions.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Thu, 25 Mar 2010 00:46:08 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-03-25T00:46:08Z</dc:date>
    <item>
      <title>Underlining text in a PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Underlining-text-in-a-PDF/m-p/70828#M8113</link>
      <description>Does anyone have any insight as to why the underlining that should appear under the text appears in different locations based on the height of the region it is in?&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
OPTIONS NODATE NONUMBER ORIENTATION=portrait PAPERSIZE=letter;&lt;BR /&gt;
&lt;BR /&gt;
ODS LISTING CLOSE;&lt;BR /&gt;
&lt;BR /&gt;
ODS ESCAPECHAR='^';&lt;BR /&gt;
&lt;BR /&gt;
ODS PDF FILE="underline.pdf" NOTOC;&lt;BR /&gt;
&lt;BR /&gt;
ODS LAYOUT START x=0 pct y=0 pct width=100 pct height=100 pct;&lt;BR /&gt;
	PROC GSLIDE;&lt;BR /&gt;
		RUN;&lt;BR /&gt;
	QUIT;&lt;BR /&gt;
&lt;BR /&gt;
	ODS REGION x=0 in y=0 in width=5 in height=1 in;&lt;BR /&gt;
		ODS PDF TEXT="^{style [TEXTDECORATION=underline]This underlined line of text is in a region that is 0 inches down and is 1 inch high.}";&lt;BR /&gt;
&lt;BR /&gt;
	ODS REGION x=0 in y=1 in width=1.5 in height=1 in;&lt;BR /&gt;
		ODS PDF TEXT="^{style [TEXTDECORATION=underline]1 in. down, 1 in. high}";&lt;BR /&gt;
&lt;BR /&gt;
	ODS REGION x=1.5 in y=1 in width=1.5 in height=2 in;&lt;BR /&gt;
		ODS PDF TEXT="^{style [TEXTDECORATION=underline]1 in. down, 2 in. high}";&lt;BR /&gt;
&lt;BR /&gt;
	ODS REGION x=3 in y=3 in width=1.5 in height=1 in;&lt;BR /&gt;
		ODS PDF TEXT="^{style [TEXTDECORATION=underline]3 in. down, 1 in. high}";&lt;BR /&gt;
&lt;BR /&gt;
	ODS REGION x=4.5 in y=3 in width=1.5 in height=3 in;&lt;BR /&gt;
		ODS PDF TEXT="^{style [TEXTDECORATION=underline]3 in. down, 2 in. high}";&lt;BR /&gt;
&lt;BR /&gt;
	ODS REGION x=6 in y=3 in width=1.5 in height=4 in;&lt;BR /&gt;
		ODS PDF TEXT="^{style [TEXTDECORATION=underline]3 in. down, 4 in. high}";&lt;BR /&gt;
&lt;BR /&gt;
ODS LAYOUT END;&lt;BR /&gt;
&lt;BR /&gt;
ODS _ALL_ CLOSE;&lt;BR /&gt;
ODS LISTING;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Wed, 24 Mar 2010 21:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Underlining-text-in-a-PDF/m-p/70828#M8113</guid>
      <dc:creator>ToddPM</dc:creator>
      <dc:date>2010-03-24T21:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Underlining text in a PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Underlining-text-in-a-PDF/m-p/70829#M8114</link>
      <description>Hi:&lt;BR /&gt;
  ODS LAYOUT is still "pre-production", so you might want to check with Tech Support. I'm not exactly sure how text_decoration and ODS TEXT= work in the context of ODS LAYOUT and ODS REGION.&lt;BR /&gt;
 &lt;BR /&gt;
  Since ODS LAYOUT is still "pre-production" if you open a track with Tech Support, they will be able to ask the ODS LAYOUT developers how/why and how to fix types of questions.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 25 Mar 2010 00:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Underlining-text-in-a-PDF/m-p/70829#M8114</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-03-25T00:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Underlining text in a PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Underlining-text-in-a-PDF/m-p/70830#M8115</link>
      <description>FYI to anyone else grappling with this: don't knock yourself out trying to get it to work correctly; I've had it confirmed from SAS tech support that this is a defect.</description>
      <pubDate>Fri, 26 Mar 2010 14:13:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Underlining-text-in-a-PDF/m-p/70830#M8115</guid>
      <dc:creator>ToddPM</dc:creator>
      <dc:date>2010-03-26T14:13:39Z</dc:date>
    </item>
  </channel>
</rss>

