public class HeaderFooterBodyContainer extends Object implements BodyContainer
| 构造器和说明 |
|---|
HeaderFooterBodyContainer(org.apache.poi.xwpf.usermodel.XWPFHeaderFooter cell) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<org.apache.poi.xwpf.usermodel.IBodyElement> |
getBodyElements() |
int |
getParaPos(org.apache.poi.xwpf.usermodel.XWPFParagraph insertNewParagraph) |
int |
getPosOfParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph startParagraph) |
int |
getPosOfParagraphCTP(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP startCtp) |
int |
getTablePos(org.apache.poi.xwpf.usermodel.XWPFTable insertNewTbl) |
org.apache.poi.xwpf.usermodel.IBody |
getTarget() |
org.apache.poi.xwpf.usermodel.XWPFParagraph |
insertNewParagraph(org.apache.xmlbeans.XmlCursor insertPostionCursor) |
org.apache.poi.xwpf.usermodel.XWPFTable |
insertNewTable(org.apache.poi.xwpf.usermodel.XWPFRun run,
int row,
int col) |
org.apache.poi.xwpf.usermodel.XWPFTable |
insertNewTbl(org.apache.xmlbeans.XmlCursor insertPostionCursor) |
void |
removeBodyElement(int pos) |
void |
setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p,
int paraPos) |
void |
setTable(int pos,
org.apache.poi.xwpf.usermodel.XWPFTable table) |
void |
updateBodyElements(org.apache.poi.xwpf.usermodel.IBodyElement insertNewParagraph,
org.apache.poi.xwpf.usermodel.IBodyElement copy) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearPlaceholder, insertNewParagraphpublic HeaderFooterBodyContainer(org.apache.poi.xwpf.usermodel.XWPFHeaderFooter cell)
public int getPosOfParagraphCTP(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP startCtp)
public void removeBodyElement(int pos)
public int getPosOfParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph startParagraph)
public List<org.apache.poi.xwpf.usermodel.IBodyElement> getBodyElements()
public org.apache.poi.xwpf.usermodel.XWPFParagraph insertNewParagraph(org.apache.xmlbeans.XmlCursor insertPostionCursor)
public int getParaPos(org.apache.poi.xwpf.usermodel.XWPFParagraph insertNewParagraph)
public void setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p,
int paraPos)
public org.apache.poi.xwpf.usermodel.IBody getTarget()
public void updateBodyElements(org.apache.poi.xwpf.usermodel.IBodyElement insertNewParagraph,
org.apache.poi.xwpf.usermodel.IBodyElement copy)
public org.apache.poi.xwpf.usermodel.XWPFTable insertNewTbl(org.apache.xmlbeans.XmlCursor insertPostionCursor)
public int getTablePos(org.apache.poi.xwpf.usermodel.XWPFTable insertNewTbl)
public void setTable(int pos,
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 © 2020. All rights reserved.