RE: InDesign CS3, possible to determine textframes in groups without ungrouping?
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