I am trying to find and replace text in a Textbox in Header of document. But after searching for awhile, it seems there is no way to access the content in the Header or "float" text boxes via python-docx (I read issue here)
So, it means we have to find and replace directly on the xml format of document. Do you know anyway to do that?