apache-poi/test-data/document/emptyPPr.docx
Jacobo Aragunde Pérez 9ad8e753a6 Fix NPE in XWPFParagraph.getCTSpacing(). (#950)
We recently changed the getters so they don't create the PPr object if
it doesn't exist, but we missed adding one null check for the new
situation.

Add a test to exercise all the getters in a case where there isn't a PPr
object.
2025-11-24 20:44:49 +01:00

13 KiB