Copy link to clipboard
Copied
I need to change gutter value in active document? pls reply anyone.
Thanks for any help you can provide.
Copy link to clipboard
Copied
It's a property of textFramePreferences:
app.activeDocument.textFramePreferences.textColumnGutter = "2p3";
pls reply anyone.
Because usually nobody does?
Copy link to clipboard
Copied
[Jongware] wrote:
It's a property of textFramePreferences:
app.activeDocument.textFramePreferences.textColumnGutter = "2p3";
pls reply anyone.Because usually nobody does?
Jongware, it's a property of pages.marginPreferences as per your Object browser
app.activeDocument.masterSpreads[0].pages[0].marginPreferences.columnGutter = "3p";
app.activeDocument.masterSpreads[0].pages[1].marginPreferences.columnGutter = "3p";
Shonky
Copy link to clipboard
Copied
Ha -- correct! The preferences I pointed out are those of individual text frames.
Thanks
Find more inspiration, events, and resources on the new Adobe Community
Explore Now