<?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: Vertical Line Spacing in ODS TEXT, PROC ODSTEXT, PROC ODSLIST in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-Line-Spacing-in-ODS-TEXT-PROC-ODSTEXT-PROC-ODSLIST/m-p/170856#M12294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't played with the vertical spacing but I suspect that you may want to work with ODS PDF Text or ODS RTF Text and use some specific-to-destination coding with ESCAPECHAR to put in raw codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the style you are using &lt;SPAN style="text-decoration: underline;"&gt;may&lt;/SPAN&gt; have an impact and changing styles might address the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2014 21:20:13 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-08-21T21:20:13Z</dc:date>
    <item>
      <title>Vertical Line Spacing in ODS TEXT, PROC ODSTEXT, PROC ODSLIST</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-Line-Spacing-in-ODS-TEXT-PROC-ODSTEXT-PROC-ODSLIST/m-p/170855#M12293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to control vertical line spacing in ODS TEXT, PROC ODSTEXT, and PROC ODSLIST?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While outputting to ODS PDF, I am trying to replace line-by-line paragraph syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods text "Text for Line 1: Some long text to the end of the line 1 &lt;SPAN style="font-family: 'courier new', courier;"&gt;of the paragraph&lt;/SPAN&gt;.";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods text "&lt;SPAN style="font-family: 'courier new', courier;"&gt;Text for &lt;/SPAN&gt;Line 2: Text for line 2 &lt;SPAN style="font-family: 'courier new', courier;"&gt;of the paragraph&lt;/SPAN&gt;.";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;... with this syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods text "&lt;SPAN style="font-family: 'courier new', courier;"&gt;Text for &lt;/SPAN&gt;Line 1: &lt;SPAN style="font-family: 'courier new', courier;"&gt;Some long text to the end of the line 1 &lt;SPAN style="font-family: 'courier new', courier;"&gt;of the paragraph&lt;/SPAN&gt;&lt;/SPAN&gt;. &lt;SPAN style="font-family: 'courier new', courier;"&gt;Text for &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Line 2: &lt;SPAN style="font-family: 'courier new', courier;"&gt;Text for line 2&lt;/SPAN&gt; of the paragraph.";&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;In the code I am trying to improve, the paragraphs are entered one line at a time with manual line breaks.&amp;nbsp; The general idea is to eliminate manual line breaks to accommodate things like font changes and text edits of the future.&amp;nbsp; The approach works and automatic line breaks are inserted in the right places.&amp;nbsp; Trouble I am encountering is that the line spacing from a single ODS TEXT statement is much larger than the one for line-by-line syntax and the text no longer fits on one page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that the reason for this is in the fact that the default font size for the template is 9pt.&amp;nbsp; Each line of the broken line-by-line paragraphs begins with a style statement that specifies font size of 12pt.&amp;nbsp; In other words, it appears that the font size for a line is 12pt but the font size in between the two ODS TEXT statements is only 9pt.&amp;nbsp; Hence the question, can I decrease/control the vertical line spacing within paragraphs?&amp;nbsp; Something like a style option VSpacing=9pt?&amp;nbsp; I can't seem to find any style elements like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Haris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 20:43:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-Line-Spacing-in-ODS-TEXT-PROC-ODSTEXT-PROC-ODSLIST/m-p/170855#M12293</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2014-08-21T20:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Line Spacing in ODS TEXT, PROC ODSTEXT, PROC ODSLIST</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-Line-Spacing-in-ODS-TEXT-PROC-ODSTEXT-PROC-ODSLIST/m-p/170856#M12294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't played with the vertical spacing but I suspect that you may want to work with ODS PDF Text or ODS RTF Text and use some specific-to-destination coding with ESCAPECHAR to put in raw codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the style you are using &lt;SPAN style="text-decoration: underline;"&gt;may&lt;/SPAN&gt; have an impact and changing styles might address the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 21:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-Line-Spacing-in-ODS-TEXT-PROC-ODSTEXT-PROC-ODSLIST/m-p/170856#M12294</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-08-21T21:20:13Z</dc:date>
    </item>
  </channel>
</rss>

