• 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: InDesign CS3, possible to determine textframes in groups without ungrouping?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: InDesign CS3, possible to determine textframes in groups without ungrouping?


  • Subject: RE: InDesign CS3, possible to determine textframes in groups without ungrouping?
  • From: Rick Gordon <email@hidden>
  • Date: Fri, 11 Jul 2008 01:13:40 -0700

Title: RE: InDesign CS3, possible to determine textframes in grou
Try this:

tell application "Adobe InDesign CS3"
   tell document 1
        set TF to {}
                set end of TF to id of text frames --of document
                set end of TF to id of text frames of groups
            return TF
       end tell
end tell

------------------

On 7/11/08 at 9:45 AM +0200, demski wrote in a message entitled
"InDesign CS3, possible to determine textframes in groups wi":

Hello Scripters,

I am creating a script that analyses ID-Docs when opening them. (That was the question about the event listener)
The docs being processed appear to be frequently containing groups of text frames.
As I found out, text frames inside groups are not recognized by terms like
        set TF to id of text frames of document 1

Is there any possibility to get the texts and/or tables of text frames without ungrouping?

Tia, demski


Is

--
 
___________________________________________________

RICK GORDON
EMERALD VALLEY GRAPHICS AND CONSULTING
___________________________________________________
WWW:   http://www.shelterpub.com
 _______________________________________________
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: InDesign CS3, possible to determine textframes in groups without ungrouping?
      • From: demski <email@hidden>
References: 
 >InDesign CS3, possible to determine textframes in groups without ungrouping? (From: demski <email@hidden>)

  • Prev by Date: InDesign CS3, possible to determine textframes in groups without ungrouping?
  • Next by Date: Re: InDesign CS3, possible to determine textframes in groups without ungrouping?
  • Previous by thread: InDesign CS3, possible to determine textframes in groups without ungrouping?
  • Next by thread: Re: InDesign CS3, possible to determine textframes in groups without ungrouping?
  • Index(es):
    • Date
    • Thread