Quantcast
Channel: Adobe Community: Message List - FrameMaker Scripting
Viewing all articles
Browse latest Browse all 3715

Re: How do I take an anchored frame and return the paragraph tag it uses?

$
0
0

Try this on the selected anchored frame:

 

#target framemaker

var doc = app.ActiveDoc;
var aFrame = doc.FirstSelectedGraphicInDoc;
var pgf = aFrame.TextLoc.obj;

alert (pgf.Name);

 

Rick


Viewing all articles
Browse latest Browse all 3715

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>