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

Re: iterate all tables in framemaker

$
0
0

This is not the best approach. Don't start at the top with tables; start at the bottom with the contents of the cell and what you want to do with it. Cells contain paragraphs. Put your cursor in a paragraph and start with this code:

 

#target framemaker

var doc, pgf;

doc = app.ActiveDoc;
pgf = doc.TextSelection.beg.obj;

 

OK, what do you need to do with the paragraph? Are you collected information, changing things, etc.?


Viewing all articles
Browse latest Browse all 3715

Trending Articles



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