Legend
August 12, 2025
Answered
How to add some setting for the AA objectStyle?
- August 12, 2025
- 2 replies
- 1135 views
I can't find the size settings.
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#ObjectStyle.html
//Creat AA ObjectStyle
var wn = [AA];
for (var i = 0; i < wn.length; i++) {
w = newObjStyle(app.activeDocument, wn[i], emptyStyle);
};
I want to set image size, frame,
fit content proportionally, position objects, wrap text in the script.
Like this:




