类 HeaderFooterBodyContainer
java.lang.Object
com.deepoove.poi.xwpf.HeaderFooterBodyContainer
- 所有已实现的接口:
BodyContainer,ParentContext
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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 paraPos) 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
clearPlaceholder, getBodyElements, getParaPos, getPosOfParagraph, getPosOfParagraphCTP, getTablePos, insertNewParagraph, insertNewParagraph, insertNewTbl, updateBodyElements
-
构造器详细资料
-
方法详细资料
-
removeBodyElement
public void removeBodyElement(int pos) -
setParagraph
public void setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p, int paraPos) -
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) -
closelySectPr
-
elementPageWidth
public int elementPageWidth(org.apache.poi.xwpf.usermodel.IBodyElement element)
-