Turn on Auto-Size on all text frames that contain a Character Style
Hi everyone,
Is it possible to create a script to turn on Auto-Size on all text frames that contain text with a specific Character Style applied to them? If so, please set AutoSizing as per below:
frame.textFramePreferences.autoSizingReferencePoint = AutoSizingReferenceEnum.TOP_CENTER_POINT;
frame.textFramePreferences.autoSizingType = AutoSizingTypeEnum.HEIGHT_ONLY;
Thanks in advance,
Rogerio
