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

Re: iterate all tables in framemaker

$
0
0

Hi,

i have checked table properties and make script upto getting cell.. but i have lacked in getting contents of the cell..

 

like get paragraph contents, var textList = pgf.GetText (Constants.FTI_CharPropsChange);

 

doc = app.ActiveDoc;

table = doc.FirstTblInDoc ;

row = table.FirstRowInTbl;

while(table.ObjectValid()){

    while (row.ObjectValid()) { //traverse rows

        cell = row.FirstCellInRow;

        while (cell.ObjectValid()) { //traverse cells in row

         

            cell = cell.NextCellInRow;

        }

        row = row.NextRowInTbl;

    }

     table =table.NextTblInDoc;

}


Viewing all articles
Browse latest Browse all 3715

Trending Articles



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