• 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
Set type preferences in InDesign
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Set type preferences in InDesign


  • Subject: Set type preferences in InDesign
  • From: Steve Suranie <email@hidden>
  • Date: Wed, 16 Nov 2005 10:02:32 -0500
  • Thread-topic: Set type preferences in InDesign

Title: Set type preferences in InDesign
Hi

I’m trying to change/set the typographers quotes in the type preferences of Adobe Indesign to off.

If I use this code it works fine,

tell application “Adobe InDesign
CS2”
    set typographers quotes of type preferences to false
end tell

but if I do it anywhere in relation to a document it doesn’t work:

tell application “Adobe InDesign
CS2”

   set typographers quotes of type preferences to false

    open indesignFileNAme as alias
        tell front document
            set pageCount to count of every page
        end tell

end tell

the document I am opening as the typographers quotes preference selected. I’ve also setting them within the tell front document set and after the file was opened with no luck. Can you change the existing preferences of an saved document with AppleScript or can you only set preferences for documents you are going to create with AS?
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Set type preferences in InDesign
      • From: Shane Stanley <email@hidden>
References: 
 >Re: arrange icons on desktop (From: email@hidden)

  • Prev by Date: Re: arrange icons on desktop
  • Next by Date: Re: Running AppleScripts from Users CronTab [was (no subject)]
  • Previous by thread: Re: arrange icons on desktop
  • Next by thread: Re: Set type preferences in InDesign
  • Index(es):
    • Date
    • Thread