How do i find and replace text in these text fields? i.e. i have
document.getParagraphs().getRuns().foreach(run->{
run.getPictList().foreach(pict->System.out.println(pict.getDomNode().getTextContent()));
});
but when I go through these objects I don't find the text I created using the code above