|
"hiddenText is the text hidden by conditions: create a condition, apply it to some text, set the condition not to display its text, and you h" in InDesign Scripting • 1 replies |
2 days ago |
|
"If all your notes are between 1 and 9, OR between 10 and 99 -- then all works well. But if your text contains single- and double-digit note" in InDesign Scripting • 14 replies |
3 days ago |
|
"That /.../.source trick I got from J. Hawkinson a while ago in this forum. Maybe before your time P." in InDesign Scripting • 14 replies |
4 days ago |
|
"Dmitry, Well, I was basically dealing with moving the notes to the end of the story in the right order. But anyway, as to the superscript" in InDesign Scripting • 14 replies |
4 days ago |
|
"The result of findGrep()/Text() is an array, not a collection, so you have more leeway in moving the objects around. All you need is this: " in InDesign Scripting • 14 replies |
4 days ago |
|
"Absolutely check for layers being locked and the state of the clipboard preferences. I was just concerned with the loops. Peter" in InDesign Scripting • 5 replies |
6 days ago |
|
"app.findGrepPreferences = null; app.findGrepPreferences.capitalization = Capitalization.ALL_CAPS; found = app.documents[0].findGrep();" in InDesign Scripting • 1 replies |
6 days ago |
|
"One loop is enough: for (i = 0; i < app.activeDocument.layers.length; i++) { app.activeDocument.activeLayer = app.activeDocument.layer" in InDesign Scripting • 5 replies |
6 days ago |
|
"Try the convertToButton button, that works fine. Peter" in InDesign Scripting • 8 replies |
6 days ago |