Use the phpword package system to report problems that ListItemRun.php can't find. What's going on?

I encountered a problem that / PhpOffice/PhpWord/Writer/HTML/Element/ListItemRun.php couldn"t find when converting word files to html with phpword. What"s going on?

the code is as follows:

$location = DOC_PATH . "/public/";
$phpWord = \PhpOffice\PhpWord\IOFactory::load($location . "test.docx");
$writer = \PhpOffice\PhpWord\IOFactory::createWriter($phpWord, "HTML");
$writer->save("php://output");
Php
Sep.26,2021
Menu