@Test
public void wordToTest2() throws Exception {
String htmlContent = "<table border='1'><tr><td>脚注表格</td></tr></table>";
com.aspose.words.Document doc = new com.aspose.words.Document();
…...Ensure the footnote has at least one paragraph footnote.ensureMinimum();...footnote to ensure it has at least one paragraph before adding the table...