When using this method, how can I limit the results to only elements that exist inside of a table cell? For example, if I only want images, I can use:
$referenceNode = ['customQuery' => '//w:drawing//wp:docPr'];
What would I need to do to get only images that exist within table cells?