I have a document with a title page and then additional photo pages. The title page has a table, but I don’t want to color it’s rows. After the title page are more pages, each with an attributes table. I’d like to apply alternate row coloring to each of these attributes tables.
Attributes | |
---|---|
«TableStart:PhotoAttributes»«AttributeName» | «AttributeValue»«TableEnd:PhotoAttributes» |
The example code I tried assumes you only have one table in the document. Seems like I need to be able to locate a particular table in the document. Or, skip over the first table on the title page. It would be nice if the row color restarted for each table.
How can I accomplish this?
Attached is my sample project with the FieldMergingCallback set up.
Thanks,
Brian.