I have about 300 maps that contain a text element that needs to be rotated. I am pretty new to python but I have heard how great it is. This seemed like the perfect task for python but I have had no luck finding any examples on how to do this. The text is "Figure 1-1" and it just needs to be rotated 90 degrees and moved to a set location in the corner. If rotating is not an option I thought I could just manually rotate the text and save it as a graphic and then write a script that would insert the graphic in the desired location. This also doesnt seem possible.
Any help would be much appreciated.