为什么导入pom坐标后还是有类无法使用

pom文件引入24.2版本的aspose.pdf依赖,但是
com.aspose.pdf.TableOfContents tableOfContents = new com.aspose.pdf.TableOfContents();
tableOfContents.setTitle(“Table of Contents”); //设置目录的标题
tableOfContents.setDisplayPageNumbers(true); //显示页码
//创建一个部分
com.aspose.pdf.Section section = pdfDocument.getSections().add();
TableOfContents 和 Section 类还是在依赖中没有显示

@huhu2024

请检查下面正确的代码片段以添加目录,如果您仍然遇到任何问题,请告诉我们: