<?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: Leading Space Problem in ArcGIS Mapping and Charting Questions</title>
    <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762813#M2695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Amit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This method definitely solved the problem in the MiddleTextElement. Thank you! [ATTACH=CONFIG]26051[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I still facing same problem in TopTextElement see this figure; [ATTACH=CONFIG]26052[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my code that has leading problem in the TopTextElement;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;MultipleTextElement&amp;gt;&amp;lt;TextBackground Units="Points"&amp;gt;&amp;lt;Background Roundness="5"&amp;gt;&amp;lt;Symbol&amp;gt;&amp;lt;Outline Width="1"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Outline&amp;gt;&amp;lt;/Symbol&amp;gt;&amp;lt;/Background&amp;gt;&amp;lt;Callout Tolerance="10.0" Snap="True" Truncated="0"&amp;gt;&amp;lt;Symbol&amp;gt;&amp;lt;Outline Width="0.5"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="0"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Outline&amp;gt;&amp;lt;Fill&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Fill&amp;gt;&amp;lt;Arrowhead Size="0"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="0"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Arrowhead&amp;gt;&amp;lt;/Symbol&amp;gt;&amp;lt;/Callout&amp;gt;&amp;lt;Margins Top="2.0" Bottom="2.0" Left="2.0" Right="2.0"&amp;gt;&amp;lt;/Margins&amp;gt;&amp;lt;ElementPlacement&amp;gt;&amp;lt;Top Style="Edge" SplitOffset="0" HAlign="Left" VAlign="Center" TextHOffset="0.0" TextVOffset="0"&amp;gt;&amp;lt;/Top&amp;gt;&amp;lt;Middle HAlign="Left" VAlign="Bottom" TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Middle&amp;gt;&amp;lt;Left Style="Top" SplitOffset="0" HAlign="Left" VAlign="Top" TextHOffset="0.5" TextVOffset="0"&amp;gt;&amp;lt;/Left&amp;gt;&amp;lt;Right Style="Top" SplitOffset="0" HAlign="Right" VAlign="Top" TextHOffset="0.5" TextVOffset="0"&amp;gt;&amp;lt;/Right&amp;gt;&amp;lt;Bottom Style="Center" SplitOffset="0" HAlign="Center" VAlign="Center" TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Bottom&amp;gt;&amp;lt;VMC TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/VMC&amp;gt;&amp;lt;Floating TextHoffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Floating&amp;gt;&amp;lt;/ElementPlacement&amp;gt;&amp;lt;/TextBackground&amp;gt;&amp;lt;TopTextElement&amp;gt;&amp;lt;LIN leading="-5.0"&amp;gt;&amp;lt;CLR Red="0" Green="102" Blue="0"&amp;gt;&amp;lt;FNT name="Calibri" size="18"&amp;gt;&amp;lt;ITA&amp;gt;&amp;lt;BOL&amp;gt;D8 SBH&amp;lt;/BOL&amp;gt;&amp;lt;/ITA&amp;gt;&amp;lt;/FNT&amp;gt;&amp;lt;/CLR&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;FNT name="Calibri" size="18"&amp;gt; N40 50.5 E029 9.7&amp;lt;/FNT&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/LIN&amp;gt;&amp;lt;/TopTextElement&amp;gt;&amp;lt;MiddleTextElement&amp;gt;&amp;lt;LIN leading="-5.0"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;FNT name="Calibri" size="18"&amp;gt;At or above &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1300'&amp;lt;/FNT&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/LIN&amp;gt;&amp;lt;/MiddleTextElement&amp;gt;&amp;lt;/MultipleTextElement&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jul 2013 07:57:00 GMT</pubDate>
    <dc:creator>Mete_ErcanPakdil1</dc:creator>
    <dc:date>2013-07-19T07:57:00Z</dc:date>
    <item>
      <title>Leading Space Problem</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762807#M2689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to remove spacing between lines of text in the middle text element, however I could not manage to do that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please check attached file that contains VST script and the result of this script?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 11:24:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762807#M2689</guid>
      <dc:creator>Mete_ErcanPakdil1</dc:creator>
      <dc:date>2013-07-11T11:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Space Problem</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762808#M2690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Mete,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm assuming you are talking about the line spacing between the two coordinates. Can you provide a few example of text from the annotation on which this is not showing up correctly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Amit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 22:00:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762808#M2690</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-07-12T22:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Space Problem</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762809#M2691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Amit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, line spacing between coordinate pairs / header and coordinates,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I attached a chart that has many examples.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 06:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762809#M2691</guid>
      <dc:creator>Mete_ErcanPakdil1</dc:creator>
      <dc:date>2013-07-15T06:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Space Problem</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762810#M2692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mete,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try modifying the textstring for the annotation and increase the leading value and see if that works. I have tested this with a similar text in our database and the output looks correct. Here is the text string that i was using. Can you try with the same string. [ATTACH=CONFIG]25938[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;MultipleTextElement&amp;gt;&amp;lt;TextBackground Units="Points"&amp;gt;&amp;lt;Background Roundness="5"&amp;gt;&amp;lt;Symbol&amp;gt;&amp;lt;Outline Width=".504"&amp;gt;&amp;lt;CLR Red="135" Green="100" Blue="50"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Outline&amp;gt;&amp;lt;/Symbol&amp;gt;&amp;lt;/Background&amp;gt;&amp;lt;Callout Tolerance="0" Snap="False" Truncated="70"&amp;gt;&amp;lt;Symbol&amp;gt;&amp;lt;Outline Width="0.504"&amp;gt;&amp;lt;CLR Red="135" Green="100" Blue="50"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Outline&amp;gt;&amp;lt;Fill&amp;gt;&amp;lt;CLR Red="135" Green="100" Blue="50"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Fill&amp;gt;&amp;lt;Arrowhead Size="0"&amp;gt;&amp;lt;CLR Red="135" Green="100" Blue="50"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Arrowhead&amp;gt;&amp;lt;/Symbol&amp;gt;&amp;lt;/Callout&amp;gt;&amp;lt;Shadow HorizontalOffset="0" VerticalOffset="0"&amp;gt;&amp;lt;Symbol&amp;gt;&amp;lt;Outline Width="0.504"&amp;gt;&amp;lt;CLR Red="135" Green="100" Blue="50"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Outline&amp;gt;&amp;lt;Fill&amp;gt;&amp;lt;CLR Red="135" Green="100" Blue="50"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Fill&amp;gt;&amp;lt;/Symbol&amp;gt;&amp;lt;/Shadow&amp;gt;&amp;lt;Margins Top="3.645" Bottom="3.645" Left="9.114" Right="9.114"&amp;gt;&amp;lt;/Margins&amp;gt;&amp;lt;ElementPlacement&amp;gt;&amp;lt;Top Style="Outside" SplitOffset="0" HAlign="Center" VAlign="Center" TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Top&amp;gt;&amp;lt;Middle HAlign="Center" VAlign="Bottom" TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Middle&amp;gt;&amp;lt;Left Style="Top" SplitOffset="0" HAlign="Left" VAlign="Top" TextHOffset="0.5" TextVOffset="0"&amp;gt;&amp;lt;/Left&amp;gt;&amp;lt;Right Style="Top" SplitOffset="0" HAlign="Right" VAlign="Top" TextHOffset="0.5" TextVOffset="0"&amp;gt;&amp;lt;/Right&amp;gt;&amp;lt;Bottom Style="Center" SplitOffset="0" HAlign="Center" VAlign="Center" TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Bottom&amp;gt;&amp;lt;VMC TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/VMC&amp;gt;&amp;lt;Floating TextHoffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Floating&amp;gt;&amp;lt;/ElementPlacement&amp;gt;&amp;lt;/TextBackground&amp;gt;&amp;lt;MiddleTextElement&amp;gt;&amp;lt;LIN leading="-5.0"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;FNT name="Calibri" size="9"&amp;gt;N40 40.7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;E028 49.1&amp;lt;/FNT&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/LIN&amp;gt;&amp;lt;/MiddleTextElement&amp;gt;&amp;lt;/MultipleTextElement&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 16:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762810#M2692</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-07-15T16:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Space Problem</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762811#M2693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Amit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I replaced the annotation class' TextString field with your example but it doesn't look like as yours. I also tried to change &amp;lt;LIN&amp;gt;'s leading value increase/decrease many times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could please send me the script to create your annotation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 12:11:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762811#M2693</guid>
      <dc:creator>Mete_ErcanPakdil1</dc:creator>
      <dc:date>2013-07-17T12:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Space Problem</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762812#M2694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Mete,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just manually modified the text for an existing annotation feature i did not use an expression to generate the particular text. Can you check in your advanced callout properties, that you have Use Custom checkbox unchecked. You also mentioned that you changed the TextString field i just want to make sure that you used attributes window and changed the text in the annotation tab because when we paste it in the attributes tab it sometimes looses the formatting and line breaks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would help me if you could post a db with your annotation class so that i can check what is going on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Amit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 21:37:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762812#M2694</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-07-18T21:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Space Problem</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762813#M2695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Amit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This method definitely solved the problem in the MiddleTextElement. Thank you! [ATTACH=CONFIG]26051[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I still facing same problem in TopTextElement see this figure; [ATTACH=CONFIG]26052[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my code that has leading problem in the TopTextElement;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;MultipleTextElement&amp;gt;&amp;lt;TextBackground Units="Points"&amp;gt;&amp;lt;Background Roundness="5"&amp;gt;&amp;lt;Symbol&amp;gt;&amp;lt;Outline Width="1"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Outline&amp;gt;&amp;lt;/Symbol&amp;gt;&amp;lt;/Background&amp;gt;&amp;lt;Callout Tolerance="10.0" Snap="True" Truncated="0"&amp;gt;&amp;lt;Symbol&amp;gt;&amp;lt;Outline Width="0.5"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="0"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Outline&amp;gt;&amp;lt;Fill&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Fill&amp;gt;&amp;lt;Arrowhead Size="0"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="0"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Arrowhead&amp;gt;&amp;lt;/Symbol&amp;gt;&amp;lt;/Callout&amp;gt;&amp;lt;Margins Top="2.0" Bottom="2.0" Left="2.0" Right="2.0"&amp;gt;&amp;lt;/Margins&amp;gt;&amp;lt;ElementPlacement&amp;gt;&amp;lt;Top Style="Edge" SplitOffset="0" HAlign="Left" VAlign="Center" TextHOffset="0.0" TextVOffset="0"&amp;gt;&amp;lt;/Top&amp;gt;&amp;lt;Middle HAlign="Left" VAlign="Bottom" TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Middle&amp;gt;&amp;lt;Left Style="Top" SplitOffset="0" HAlign="Left" VAlign="Top" TextHOffset="0.5" TextVOffset="0"&amp;gt;&amp;lt;/Left&amp;gt;&amp;lt;Right Style="Top" SplitOffset="0" HAlign="Right" VAlign="Top" TextHOffset="0.5" TextVOffset="0"&amp;gt;&amp;lt;/Right&amp;gt;&amp;lt;Bottom Style="Center" SplitOffset="0" HAlign="Center" VAlign="Center" TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Bottom&amp;gt;&amp;lt;VMC TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/VMC&amp;gt;&amp;lt;Floating TextHoffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Floating&amp;gt;&amp;lt;/ElementPlacement&amp;gt;&amp;lt;/TextBackground&amp;gt;&amp;lt;TopTextElement&amp;gt;&amp;lt;LIN leading="-5.0"&amp;gt;&amp;lt;CLR Red="0" Green="102" Blue="0"&amp;gt;&amp;lt;FNT name="Calibri" size="18"&amp;gt;&amp;lt;ITA&amp;gt;&amp;lt;BOL&amp;gt;D8 SBH&amp;lt;/BOL&amp;gt;&amp;lt;/ITA&amp;gt;&amp;lt;/FNT&amp;gt;&amp;lt;/CLR&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;FNT name="Calibri" size="18"&amp;gt; N40 50.5 E029 9.7&amp;lt;/FNT&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/LIN&amp;gt;&amp;lt;/TopTextElement&amp;gt;&amp;lt;MiddleTextElement&amp;gt;&amp;lt;LIN leading="-5.0"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;FNT name="Calibri" size="18"&amp;gt;At or above &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1300'&amp;lt;/FNT&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/LIN&amp;gt;&amp;lt;/MiddleTextElement&amp;gt;&amp;lt;/MultipleTextElement&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 07:57:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762813#M2695</guid>
      <dc:creator>Mete_ErcanPakdil1</dc:creator>
      <dc:date>2013-07-19T07:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Space Problem</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762814#M2696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Amit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you find out anything about the issue for leading space in TopTextElement?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 12:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762814#M2696</guid>
      <dc:creator>Mete_ErcanPakdil1</dc:creator>
      <dc:date>2013-07-25T12:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Space Problem</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762815#M2697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Mete,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the delay. I was able to see the same behavior with the text string that you provided. However if i change the VerticalAlignment for the top text element from Center to Bottom &lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;VAlign="Bottom" &lt;/SPAN&gt;&lt;SPAN&gt;it will show properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Updated Text:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;MultipleTextElement&amp;gt;&amp;lt;TextBackground Units="Points"&amp;gt;&amp;lt;Background Roundness="5"&amp;gt;&amp;lt;Symbol&amp;gt;&amp;lt;Outline Width="1"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Outline&amp;gt;&amp;lt;/Symbol&amp;gt;&amp;lt;/Background&amp;gt;&amp;lt;Callout Tolerance="10.0" Snap="True" Truncated="0"&amp;gt;&amp;lt;Symbol&amp;gt;&amp;lt;Outline Width="0.5"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="0"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Outline&amp;gt;&amp;lt;Fill&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Fill&amp;gt;&amp;lt;Arrowhead Size="0"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="0"&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/Arrowhead&amp;gt;&amp;lt;/Symbol&amp;gt;&amp;lt;/Callout&amp;gt;&amp;lt;Margins Top="2.0" Bottom="2.0" Left="2.0" Right="2.0"&amp;gt;&amp;lt;/Margins&amp;gt;&amp;lt;ElementPlacement&amp;gt;&amp;lt;Top Style="Edge" SplitOffset="0" HAlign="Left" VAlign="Bottom" TextHOffset="0.0" TextVOffset="0"&amp;gt;&amp;lt;/Top&amp;gt;&amp;lt;Middle HAlign="Left" &lt;/SPAN&gt;&lt;SPAN style="color:#ff0000;"&gt;VAlign="Bottom"&lt;/SPAN&gt;&lt;SPAN&gt; TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Middle&amp;gt;&amp;lt;Left Style="Top" SplitOffset="0" HAlign="Left" VAlign="Top" TextHOffset="0.5" TextVOffset="0"&amp;gt;&amp;lt;/Left&amp;gt;&amp;lt;Right Style="Top" SplitOffset="0" HAlign="Right" VAlign="Top" TextHOffset="0.5" TextVOffset="0"&amp;gt;&amp;lt;/Right&amp;gt;&amp;lt;Bottom Style="Center" SplitOffset="0" HAlign="Center" VAlign="Center" TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Bottom&amp;gt;&amp;lt;VMC TextHOffset="0" TextVOffset="0"&amp;gt;&amp;lt;/VMC&amp;gt;&amp;lt;Floating TextHoffset="0" TextVOffset="0"&amp;gt;&amp;lt;/Floating&amp;gt;&amp;lt;/ElementPlacement&amp;gt;&amp;lt;/TextBackground&amp;gt;&amp;lt;TopTextElement&amp;gt;&amp;lt;LIN leading="-15.0"&amp;gt;&amp;lt;CLR Red="0" Green="102" Blue="0"&amp;gt;&amp;lt;FNT name="Calibri" size="18"&amp;gt;&amp;lt;ITA&amp;gt;&amp;lt;BOL&amp;gt;D8 SBH&amp;lt;/BOL&amp;gt;&amp;lt;/ITA&amp;gt;&amp;lt;/FNT&amp;gt;&amp;lt;/CLR&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;FNT name="Calibri" size="18"&amp;gt; N40 50.5 E029 9.7&amp;lt;/FNT&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/LIN&amp;gt;&amp;lt;/TopTextElement&amp;gt;&amp;lt;MiddleTextElement&amp;gt;&amp;lt;LIN leading="-5.0"&amp;gt;&amp;lt;CLR Red="0" Green="0" Blue="153"&amp;gt;&amp;lt;FNT name="Calibri" size="18"&amp;gt;At or above &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1300'&amp;lt;/FNT&amp;gt;&amp;lt;/CLR&amp;gt;&amp;lt;/LIN&amp;gt;&amp;lt;/MiddleTextElement&amp;gt;&amp;lt;/MultipleTextElement&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 15:29:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762815#M2697</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-07-25T15:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Space Problem</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762816#M2698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Amit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your prompt answer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It solved my problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 12:55:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/leading-space-problem/m-p/762816#M2698</guid>
      <dc:creator>Mete_ErcanPakdil1</dc:creator>
      <dc:date>2013-07-30T12:55:31Z</dc:date>
    </item>
  </channel>
</rss>

