@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();
…...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...reference in the main text builder.write("这是正文中的文字"); // Create...