javascript - How can I dynamically attach a scripting label to a newly created item in basil.js? -
is there way add scripting labels pageitems created in code, i.e. without using scripting label panel?
my code looks this:
var tf = b.text("hello world", 200, 200, 300, 300);
i'm not familiar basil.js, if @ indesign reference pageitem
, you'll notice there function called insertlabel
can use insert label pageitem
. might want @ label
property.
Comments
Post a Comment