79248572

Date: 2024-12-03 17:13:10
Score: 3
Natty:
Report link

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

Reasons:
  • Blacklisted phrase (1): How do i
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How do i find
  • Low reputation (1):
Posted by: Asya