Find with label?


1. there way find pageitems labels match string javascript? think can applescript label 'test'.

 

2. if have same label on multiple pageitems , select them app.documents.pageitems.item('test'); dont them array 1 object of sort. possible loop through them?

you can them array so:

app.documents[0].pageitems.item('test').getelements();

this should cs3/4, read on forum cs5 works differently labels.

 

kasyan



More discussions in InDesign Scripting


adobe

Comments

Popular posts from this blog

Blank pages again for IE7 and IE6

How to update nested ListCollectionViews?

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??