How to select two text boxes (linked) separated by a distance?


dear all,

 

how select 2 boxes in indd cs6 document? tried label them unable select.

 

virender

hi,

 

assumed there page items named "box1" , "box 2" anywhere inside mdoc:

mdoc = app.activedocument; mdoc.pageitems.item("box1").select(); mdoc.pageitems.item("box2").select(selectionoptions.add_to); 

 

other select options:

     selectionoptions.remove_from

     selectionoptions.replace_with

 

use

adobe indesign cs5 (7.0) object model

or placed here: http://jongware.mit.edu

 

rgds

jarek



More discussions in InDesign Scripting


adobe

Comments

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?