类 CellBodyContainer
java.lang.Object
com.deepoove.poi.xwpf.CellBodyContainer
- 所有已实现的接口:
BodyContainer,ParentContext
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidclearPlaceholder(org.apache.poi.xwpf.usermodel.XWPFRun run) closelySectPr(org.apache.poi.xwpf.usermodel.IBodyElement element) intelementPageWidth(org.apache.poi.xwpf.usermodel.IBodyElement element) org.apache.poi.xwpf.usermodel.IBodyorg.apache.poi.xwpf.usermodel.XWPFTableinsertNewTable(org.apache.poi.xwpf.usermodel.XWPFRun run, int row, int col) voidremoveBodyElement(int pos) voidsetParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p, int pos) voidsetTable(int pos, org.apache.poi.xwpf.usermodel.XWPFTable table) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.deepoove.poi.xwpf.BodyContainer
getBodyElements, getParaPos, getPosOfParagraph, getPosOfParagraphCTP, getTablePos, insertNewParagraph, insertNewParagraph, insertNewTbl, updateBodyElements
-
构造器详细资料
-
CellBodyContainer
public CellBodyContainer(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
-
-
方法详细资料
-
removeBodyElement
public void removeBodyElement(int pos) -
setParagraph
public void setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p, int pos) -
getTarget
public org.apache.poi.xwpf.usermodel.IBody getTarget() -
setTable
public void setTable(int pos, org.apache.poi.xwpf.usermodel.XWPFTable table) -
insertNewTable
public org.apache.poi.xwpf.usermodel.XWPFTable insertNewTable(org.apache.poi.xwpf.usermodel.XWPFRun run, int row, int col) -
clearPlaceholder
public void clearPlaceholder(org.apache.poi.xwpf.usermodel.XWPFRun run) -
closelySectPr
-
elementPageWidth
public int elementPageWidth(org.apache.poi.xwpf.usermodel.IBodyElement element)
-