public class DocumentBodyContainer extends Object implements BodyContainer
| 构造器和说明 |
|---|
DocumentBodyContainer(NiceXWPFDocument doc) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.xwpf.usermodel.IBody |
getTarget() |
org.apache.poi.xwpf.usermodel.XWPFTable |
insertNewTable(org.apache.poi.xwpf.usermodel.XWPFRun run,
int row,
int col) |
void |
removeBodyElement(int i) |
void |
setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph para,
int paraPos) |
void |
setTable(int tablePos,
org.apache.poi.xwpf.usermodel.XWPFTable table) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearPlaceholder, getBodyElements, getParaPos, getPosOfParagraph, getPosOfParagraphCTP, getTablePos, insertNewParagraph, insertNewParagraph, insertNewTbl, updateBodyElementspublic DocumentBodyContainer(NiceXWPFDocument doc)
public void removeBodyElement(int i)
public void setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph para,
int paraPos)
public org.apache.poi.xwpf.usermodel.IBody getTarget()
public void setTable(int tablePos,
org.apache.poi.xwpf.usermodel.XWPFTable table)
public org.apache.poi.xwpf.usermodel.XWPFTable insertNewTable(org.apache.poi.xwpf.usermodel.XWPFRun run,
int row,
int col)
Copyright © 2021. All rights reserved.