public class TextBoxBodyContainer extends Object implements BodyContainer
| 构造器和说明 |
|---|
TextBoxBodyContainer(XWPFTextboxContent textbox) |
| 限定符和类型 | 方法和说明 |
|---|---|
XWPFSection |
closelySectPr(org.apache.poi.xwpf.usermodel.IBodyElement element) |
int |
elementPageWidth(org.apache.poi.xwpf.usermodel.IBodyElement element) |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearPlaceholder, getBodyElements, getParaPos, getPosOfParagraph, getPosOfParagraphCTP, getTablePos, insertNewParagraph, insertNewParagraph, insertNewTbl, updateBodyElementspublic TextBoxBodyContainer(XWPFTextboxContent textbox)
public void removeBodyElement(int pos)
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 © 2021. All rights reserved.