As noticed in TIKA-2015, all POIXMLDocument classes implement Closeable, but only some OLE2-based POIDocument classes do For both consistency, and allowing cleanup of open files when opening indirectly from a file, all should offer Closeable.
Fixed in r1749213, and used to simplify the POIOLE2TextExtractor closing in r1749214.