How do one process TEXT/TEXT_NODES in a cell? It seems like one should be able to create a ITextQueryCP that could return the TextBlock(s) found in the cell. However, that doesn't seem to work:
ITextQueryCP textQueryHandler = eeh.GetITextQuery(); if (NULL == textQueryHandler) wprintf(L"Error: GetITextQuery()\n"); else { }
Also, I see that SymbologyReporter.h contains "GetTextInfo()" to (maybe) return an ITextQueryCP, but it is a "private" member, so one can't get to it...
Surely one doesn't have to use a child iterator ?
Bruce