<?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 MapsurroundElement (arcpy.mapping) in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/mapsurroundelement-arcpy-mapping/m-p/664259#M51614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking for a way to reposition texts on a layout page and automate some of the map surrounding placement process.&lt;/P&gt;&lt;P&gt;Is it possible to adjust placement of elements on the page layout using arcpy.mapping? &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Adreeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Jun 2015 00:38:12 GMT</pubDate>
    <dc:creator>ADREETATHAKUR</dc:creator>
    <dc:date>2015-06-21T00:38:12Z</dc:date>
    <item>
      <title>MapsurroundElement (arcpy.mapping)</title>
      <link>https://community.esri.com/t5/python-questions/mapsurroundelement-arcpy-mapping/m-p/664259#M51614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking for a way to reposition texts on a layout page and automate some of the map surrounding placement process.&lt;/P&gt;&lt;P&gt;Is it possible to adjust placement of elements on the page layout using arcpy.mapping? &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Adreeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 00:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/mapsurroundelement-arcpy-mapping/m-p/664259#M51614</guid>
      <dc:creator>ADREETATHAKUR</dc:creator>
      <dc:date>2015-06-21T00:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: MapsurroundElement (arcpy.mapping)</title>
      <link>https://community.esri.com/t5/python-questions/mapsurroundelement-arcpy-mapping/m-p/664260#M51615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is possible by changing the elementPositionX and elementPositionY properties of the MapsurroundElement. See this help topic: &lt;A href="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-mapping/mapsurroundelement-class.htm" title="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-mapping/mapsurroundelement-class.htm"&gt;MapsurroundElement—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also recommend you to read the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-mapping/guidelinesforarcpymapping.htm" title="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-mapping/guidelinesforarcpymapping.htm"&gt;Guidelines for arcpy.mapping—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 18:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/mapsurroundelement-arcpy-mapping/m-p/664260#M51615</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-06-21T18:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: MapsurroundElement (arcpy.mapping)</title>
      <link>https://community.esri.com/t5/python-questions/mapsurroundelement-arcpy-mapping/m-p/664261#M51616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the links.&amp;nbsp; Just another quick question: I need to reposition texts in relation to other elements on the map surround. As an example say I want to reposition my legend 20mm from the dataframe and other texts below the legend should be vertically distributed. Can this kind of repositioning be done with arcpy.mapping? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Adreeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 21:36:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/mapsurroundelement-arcpy-mapping/m-p/664261#M51616</guid>
      <dc:creator>ADREETATHAKUR</dc:creator>
      <dc:date>2015-06-21T21:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: MapsurroundElement (arcpy.mapping)</title>
      <link>https://community.esri.com/t5/python-questions/mapsurroundelement-arcpy-mapping/m-p/664262#M51617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The help &lt;A class="jive-link-external-small" href="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-mapping/mapsurroundelement-class.htm" rel="nofollow" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #287433;" target="_blank"&gt;MapsurroundElement—Help | ArcGIS for Desktop&lt;/A&gt;​ &lt;STRONG style="font-size: 12.6000003814697px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;A href="https://community.esri.com/people/xander_bakker"&gt;xander_bakker&lt;/A&gt;&lt;/STRONG&gt;gave has element X and element Y and element width all in page units it sounds like simple math from here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 14:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/mapsurroundelement-arcpy-mapping/m-p/664262#M51617</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-06-22T14:34:15Z</dc:date>
    </item>
  </channel>
</rss>

