Hello Framers and Adobe, I am trying to access the Object Style that is applied to a particular graphic in my document. Unfortunately, ExtendScript reports this property as "undefined." To test this, create a graphic and apply an Object Style to it. Select the graphic and run the following code:
#target framemaker var doc = app.ActiveDoc; var graphic = doc.FirstSelectedGraphicInDoc; alert (graphic.StyleTag); The alert will display "undefined" instead of the Object Style name. This works with FrameScript and the FDK, but not with ExtendScript. Can someone from Adobe confirm this? I would love to get an updated dll that fixes this. Thank you very much. Rick Rick Quatro Carmen Publishing Inc. [email protected] 585-366-4017 _______________________________________________ This message is from the Framers mailing list Send messages to [email protected] Visit the list's homepage at http://www.frameusers.com Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/ Subscribe and unsubscribe at http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com Send administrative questions to [email protected]
