Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 777 Bytes

Run a Locator on the Row of a Table.md

File metadata and controls

15 lines (11 loc) · 777 Bytes

Running a locator in the Rows of a Table

If you want to run a locator(s) on the row of a table you will need to create another class in the project to hold those locators.
It is recommended to put it into another hierarchy and mark the class as not available for classification.
image

You can then customize the Table Locator in the event Document_AfterLocate to do the following

  • create a new temporary XDocument and copy into it the words/pages you want to locate on. This has no page count license cost.
  • Extract that new XDocument on the special Class you created.
  • Copy the results back into the table
  • Delete the temporary document.