public class SDTBodyContainer extends Object implements BodyContainer
| 构造器和说明 |
|---|
SDTBodyContainer(XWPFStructuredDocumentTagContent hf) |
| 限定符和类型 | 方法和说明 |
|---|---|
XWPFSection |
closelySectPr(org.apache.poi.xwpf.usermodel.IBodyElement element) |
int |
elementPageWidth(org.apache.poi.xwpf.usermodel.IBodyElement element) |
List<org.apache.poi.xwpf.usermodel.IBodyElement> |
getBodyElements() |
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 pos) |
void |
setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
int pos) |
void |
setTable(int pos,
org.apache.poi.xwpf.usermodel.XWPFTable table) |
void |
updateBodyElements(org.apache.poi.xwpf.usermodel.IBodyElement bodyElement,
org.apache.poi.xwpf.usermodel.IBodyElement copy) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearPlaceholder, getParaPos, getPosOfParagraph, getPosOfParagraphCTP, getTablePos, insertNewParagraph, insertNewParagraph, insertNewTblpublic SDTBodyContainer(XWPFStructuredDocumentTagContent hf)
public List<org.apache.poi.xwpf.usermodel.IBodyElement> getBodyElements()
public void removeBodyElement(int pos)
public void updateBodyElements(org.apache.poi.xwpf.usermodel.IBodyElement bodyElement,
org.apache.poi.xwpf.usermodel.IBodyElement copy)
public void setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
int pos)
public org.apache.poi.xwpf.usermodel.IBody getTarget()
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)
public XWPFSection closelySectPr(org.apache.poi.xwpf.usermodel.IBodyElement element)
public int elementPageWidth(org.apache.poi.xwpf.usermodel.IBodyElement element)
Copyright © 2022. All rights reserved.