I'm trying to read the full content of a docx using docx4j and check if all the properties applied to that content are the ones i want it to be.
Especifically i want to check that all the text in the docx is written in Arial, size 12, with double spacing between lines. The style can come applied directly on the run, on the paragraph, as default styling or from custom styles created in the ...