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

Is the Area Type Option "Inset Spacing" Scriptable?

Participant ,
May 28, 2012 May 28, 2012

I can't find any reference to this option in any documentation, but does it exist?

Thanks,
Alex

TOPICS
Scripting
1.1K
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

correct answers 1 Correct answer

Enthusiast , May 29, 2012 May 29, 2012

// Select a TextFrame and run:

app.selection[0].spacing = 10;

Translate
Adobe
Community Expert ,
May 28, 2012 May 28, 2012

?? what's "inset spacing"?

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
Mentor ,
May 29, 2012 May 29, 2012

Screen shot 2012-05-29 at 09.32.10.png

Edit: Oh Alex I couldn't find it anywhere…

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
Enthusiast ,
May 29, 2012 May 29, 2012

// Select a TextFrame and run:

app.selection[0].spacing = 10;

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
Mentor ,
May 29, 2012 May 29, 2012

Oh muppet me… One of those occasions DRTFM… I saw that and didn't put it to the test… The OMV is wrong it should read (area text only)

TextFrameItem.spacing  

Data Type: number

Adobe Illustrator CS5 Type Library

The amount of spacing (path text only)

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
Participant ,
May 29, 2012 May 29, 2012
LATEST

Thanks all for looking at this. I saw this in resources, ignored it for the same reason Mark did. Didn't test it... wish I had. Works pretty easily... surprise surprise

--Alex

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