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

Re: How to access a table for changes

$
0
0

Hi Russ, I just checked some of my code and it is obj. Here is how I navigate all of the tables in the document's main flow:

 

var tbl = 0, textList = 0, i = 0;

textList = doc.MainFlowInDoc.GetText(Constants.FTI_TblAnchor);
for (i = 0; i < textList.length; i += 1) {  tbl = textList[i].obj;  // Process the table here.
}

Viewing all articles
Browse latest Browse all 3715

Trending Articles



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