<?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>idea Add new Text Element to Map Document using arcpy in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/add-new-text-element-to-map-document-using-arcpy/idi-p/935125</link>
    <description>&lt;P&gt;It would be useful to be able to programatically add new Text Elements to Map documents using arcpy.&lt;BR /&gt;&lt;BR /&gt;Ex: For map templates, add Text Element with size of map, then Make Thumbnail, followed by deleting the newly createdText Element with map size and finally save the map.&amp;nbsp; This would allow users to see the map size on map templates similar to those that Esri provides.&lt;/P&gt;&lt;!--  content transformation source ID: 087E00000004rEz  --&gt;</description>
    <pubDate>Tue, 17 Jan 2023 19:23:43 GMT</pubDate>
    <dc:creator>KirkHayer</dc:creator>
    <dc:date>2023-01-17T19:23:43Z</dc:date>
    <item>
      <title>Add new Text Element to Map Document using arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-new-text-element-to-map-document-using-arcpy/idi-p/935125</link>
      <description>&lt;P&gt;It would be useful to be able to programatically add new Text Elements to Map documents using arcpy.&lt;BR /&gt;&lt;BR /&gt;Ex: For map templates, add Text Element with size of map, then Make Thumbnail, followed by deleting the newly createdText Element with map size and finally save the map.&amp;nbsp; This would allow users to see the map size on map templates similar to those that Esri provides.&lt;/P&gt;&lt;!--  content transformation source ID: 087E00000004rEz  --&gt;</description>
      <pubDate>Tue, 17 Jan 2023 19:23:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-new-text-element-to-map-document-using-arcpy/idi-p/935125</guid>
      <dc:creator>KirkHayer</dc:creator>
      <dc:date>2023-01-17T19:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add new Text Element to Map Document using arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-new-text-element-to-map-document-using-arcpy/idc-p/935126#M3993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I agree there should be some easier way of adding new TextElements but you can "add" new elements by &lt;EM&gt;cloning&lt;/EM&gt; them. This relies on a text element existing in the layout which you clone from. Its a bit of a fudgeso it&amp;nbsp;would much nicer to see some sort of method that allows you to add elements.&lt;BR /&gt;&lt;BR /&gt;# Create a clone of all text elements and set the text to FRED&lt;BR /&gt;mxd = arcpy.mapping.MapDocument("CURRENT")&lt;BR /&gt;for elm in arcpy.mapping.ListLayoutElements(mxd, "TEXT_ELEMENT"):&lt;BR /&gt;&amp;nbsp; x = elm.clone()&lt;BR /&gt;&amp;nbsp; x.text = "FRED"

&lt;!-- content transformation source ID: 00aE00000031GMP --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 09:28:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-new-text-element-to-map-document-using-arcpy/idc-p/935126#M3993</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2013-08-19T09:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add new Text Element to Map Document using arcpy - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-new-text-element-to-map-document-using-arcpy/idc-p/1305922#M25581</link>
      <description>&lt;P&gt;This will be available at Pro 3.2.&amp;nbsp; You will have the ability to create new Layouts and layout elements including text elements.&amp;nbsp; The function will be ArcGISProject.createTextElement().&amp;nbsp; Its on the ArcGISProject object because you can create text elements on a layout OR in a map's graphics layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff - Layout and arcpy.mp teams&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 20:06:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-new-text-element-to-map-document-using-arcpy/idc-p/1305922#M25581</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2023-07-05T20:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add new Text Element to Map Document using arcpy - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-new-text-element-to-map-document-using-arcpy/idc-p/1349856#M27035</link>
      <description>&lt;P&gt;This Idea has been implemented in ArcGIS Pro 3.2. Please see the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank"&gt;What's New documentation&lt;/A&gt; for more new features in Pro 3.2.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://community.esri.com/t5/arcgis-ideas-blog/your-ideas-in-arcgis-pro-3-2/ba-p/1346155" target="_blank"&gt;Your Ideas in ArcGIS Pro 3.2 blog and video&lt;/A&gt; have been posted to the Esri Community blog. You can take a look at these to see your idea and all others that were implemented in this release of ArcGIS Pro.&lt;/P&gt;&lt;P&gt;Jeff - Layout and arcpy.mp teams&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 18:53:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-new-text-element-to-map-document-using-arcpy/idc-p/1349856#M27035</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2023-11-15T18:53:23Z</dc:date>
    </item>
  </channel>
</rss>

