• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Text Frame Width in Illustrator
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Text Frame Width in Illustrator


  • Subject: Re: Text Frame Width in Illustrator
  • From: has <email@hidden>
  • Date: Thu, 21 May 2015 23:29:23 +0100

Stockly, Ed wrote:

> I'm trying to change the width of a text frame in Illustrator via a script.
>
> The script works, except changing the width of the frame distorts the text
inside the frame.

Modify the text frame's path:

tell application "Adobe Illustrator"
    tell document 1
        set width of text path of text frame "thisMonthBox" to 21.5
    end tell
end tell


HTH

has
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden


  • Follow-Ups:
    • Re: Text Frame Width in Illustrator
      • From: "Stockly, Ed" <email@hidden>
  • Prev by Date: Text Frame Width in Illustrator
  • Next by Date: Re: Text Frame Width in Illustrator
  • Previous by thread: Text Frame Width in Illustrator
  • Next by thread: Re: Text Frame Width in Illustrator
  • Index(es):
    • Date
    • Thread