程序包 | 说明 |
---|---|
wang.bigbird.domain.framework.document.word.jacob |
限定符和类型 | 方法和说明 |
---|---|
Document |
WordApp.openExistDocument(File officeFile) |
限定符和类型 | 方法和说明 |
---|---|
void |
WordApp.inputTableCellContent(Document doc,
int tableIndex,
int cellRowIndex,
int cellColIndex,
String content)
往文档指定表格指定单元格录入数据
|
void |
WordApp.replaceHeaderFooterText(Document doc,
LinkedHashMap<String,String> texts)
替换文档的页眉与页脚中的文本
|