Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

change gutter value

Guest
Aug 26, 2010 Aug 26, 2010

I need to change gutter value in active document? pls reply anyone.

1.JPG

Thanks for any help you can provide.

TOPICS
Scripting
1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 26, 2010 Aug 26, 2010

It's a property of textFramePreferences:

app.activeDocument.textFramePreferences.textColumnGutter = "2p3";

pls reply anyone.

Because usually nobody does?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 29, 2010 Aug 29, 2010

[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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2010 Aug 29, 2010
LATEST

Ha -- correct! The preferences I pointed out are those of individual text frames.

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines