This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Set true to "normalize" the character styled text = no extra leading & trailing spaces | |
var removeSpace = false; | |
app.findTextPreferences = null; | |
app.changeTextPreferences = null; | |
var findPref = app.findTextPreferences; | |
var changePref = app.changeTextPreferences; | |
findPref.appliedCharacterStyle = 'yellow-background'; |