Hi there,
I'm trying to insert an image into a document using a FieldRef as the locator.
So far I've been able to find the field in question using ComplexFieldLocator and have successfully inserted an image at the end of the document by simply adding to the MainDocumentPart but I can't marry the two together.
The FieldRef object I'm able to locate does not seem to have a reference to the main document part. The ...