Reply To: Turn on Autosizing Options in Object Style created/modified by java script

Home Page / Forums / InDesign Add-ons (Scripts, Scripting, and Plug-ins) / Turn on Autosizing Options in Object Style created/modified by java script / Reply To: Turn on Autosizing Options in Object Style created/modified by java script

#81126
Peter Kahrel
Participant
oStyle.enableTextFrameAutoSizingOptions = true;
oStyle.textFramePreferences.autoSizingType = AutoSizingTypeEnum.HEIGHT_ONLY;

You should learn how to use the object-model viewer, either the one built into the ESTK or one of the object-model viewers available on the web.

Peter

This article was last modified on January 26, 2016

Comments (0)

Loading comments...