Код: Выделить всё
document.getParagraphs().getRuns().foreach(run->{
run.getPictList().foreach(pict->System.out.println(
pict.getDomNode().getTextContent()));
});
Подробнее здесь: https://stackoverflow.com/questions/792 ... -poi-5-3-0
Код: Выделить всё
document.getParagraphs().getRuns().foreach(run->{
run.getPictList().foreach(pict->System.out.println(
pict.getDomNode().getTextContent()));
});