Is possible to add text background color using python on ArcGIS(ArcMap 10)? I wrote a function that able to change font color of the string but I want to add background color to it as well
def changeColor ([s1]): return "" + [s1] + ""Following links show me how add background color manually http://resources.arcgis.com/en/help/main/10.2/index.html#/Creating_text_symbols/00s60000000z000000/
Is there a way that I can write a python script instead of doing manually?
أكثر...
def changeColor ([s1]): return "" + [s1] + ""Following links show me how add background color manually http://resources.arcgis.com/en/help/main/10.2/index.html#/Creating_text_symbols/00s60000000z000000/
Is there a way that I can write a python script instead of doing manually?
أكثر...