Reply To: How to capitalize first letter in a text box

Home Page / Forums / General InDesign Topics (CLOSED) / How to capitalize first letter in a text box / Reply To: How to capitalize first letter in a text box

#101888

Sasha, play this:

var mySel = app.selection, S = mySel.length, s;
for ( var s = 0; s < S; s++ ) mySel[s].characters[0].changecase (ChangecaseMode.uppercase);

With this light version, you’ll just need to display spread [2 pages] per spread on the screen and select all the text frames [by clicking or sweeping] where you need to change the case of the first letter! Not the text, just text boxes!

Best,
Michel

This article was last modified on February 20, 2018

Comments (0)

Loading comments...