Reply To: Apply ObjectStyles to Text Frames

#90521
Anonymous
Inactive

Try this:

myFrame=newDoc.textFrames.add(
{
itemLayer:newDoc.layers.item(“Slug”),
contents:K + ” ” + G + (“\r”) + H ,
geometricBounds : [-5,0,0,D],
appliedObjectStyle:myObjectStyle,
label: “SlugTx”;
}
);

This article was last modified on December 14, 2016

Comments (0)

Loading comments...