Reply To: label script

#52779

Bob, change this line

fr = pg.textFrames.add(reportLayer, {geometricBounds: gb, textFramePreferences: {verticalJustification: VerticalJustification.CENTER_ALIGN}});

(12th from the bottom up) to this

fr = pg.textFrames.add(reportLayer, {geometricBounds: gb, textFramePreferences: {verticalJustification: VerticalJustification.CENTER_ALIGN, ignoreWrap:true}});

— I didn't try, but I'm pretty sure that'd do the trick.

I've never used LabelGraphics so I can't recommend something off the top of me head for that.

This article was last modified on March 12, 2011

Comments (0)

Loading comments...