Copy link to clipboard
Copied
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:
Hi @Manan Joshi
Hi @rob day
I searched for a long time and found that:
There is very little information on setting the width in object styles.
For example, I want to set the width of the “AA” object style to 42 mm.
Copy link to clipboard
Copied
Researching this is almost impossible.
Convert spread rows (across columns) to HEADER_ROWS
Refer to the information provided by m1b:
Find more inspiration, events, and resources on the new Adobe Community
Explore Now