Determine if a text box is selected
hi
i'm using indesign cs2 , want use script export contents of text boxes file.
i want able select 1 or more text boxes export, ignoring other text boxes in document.
i can cycle through text boxes in document, exporting contents, how determine
whether or not selected?
tia
you go other way:
sel = app.selection;
for(var i=0;i<sel.length;i++){
doyourstuff(sel+);
}
harbs
More discussions in InDesign Scripting
adobe
Comments
Post a Comment