类 XWPFTextboxContent
java.lang.Object
com.deepoove.poi.xwpf.XWPFTextboxContent
- 所有已实现的接口:
org.apache.poi.xwpf.usermodel.IBody
-
字段概要
字段 -
构造器概要
构造器构造器说明XWPFTextboxContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTxbxContent ctTxbxContent, org.apache.poi.xwpf.usermodel.XWPFRun run, org.apache.poi.xwpf.usermodel.IBody part, org.apache.xmlbeans.XmlObject xmlObject) -
方法概要
修饰符和类型方法说明org.apache.poi.xwpf.usermodel.XWPFParagraphvoidaddParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p) List<org.apache.poi.xwpf.usermodel.IBodyElement>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTxbxContentorg.apache.poi.xwpf.usermodel.XWPFParagraphgetParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) org.apache.poi.xwpf.usermodel.XWPFParagraphgetParagraphArray(int pos) List<org.apache.poi.xwpf.usermodel.XWPFParagraph>org.apache.poi.ooxml.POIXMLDocumentPartgetPart()org.apache.poi.xwpf.usermodel.BodyTypeorg.apache.poi.xwpf.usermodel.XWPFTablegetTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) org.apache.poi.xwpf.usermodel.XWPFTablegetTableArray(int pos) org.apache.poi.xwpf.usermodel.XWPFTableCellgetTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) List<org.apache.poi.xwpf.usermodel.XWPFTable>org.apache.xmlbeans.XmlObjectorg.apache.poi.xwpf.usermodel.XWPFDocumentorg.apache.poi.xwpf.usermodel.XWPFParagraphinsertNewParagraph(org.apache.xmlbeans.XmlCursor cursor) org.apache.poi.xwpf.usermodel.XWPFTableinsertNewTbl(org.apache.xmlbeans.XmlCursor cursor) voidinsertTable(int pos, org.apache.poi.xwpf.usermodel.XWPFTable table) voidremoveParagraph(int pos) voidremoveParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) voidsetParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p)
-
字段详细资料
-
paragraphs
-
bodyElements
-
part
protected org.apache.poi.xwpf.usermodel.IBody part
-
-
构造器详细资料
-
XWPFTextboxContent
public XWPFTextboxContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTxbxContent ctTxbxContent, org.apache.poi.xwpf.usermodel.XWPFRun run, org.apache.poi.xwpf.usermodel.IBody part, org.apache.xmlbeans.XmlObject xmlObject)
-
-
方法详细资料
-
getCTTxbxContent
@Internal public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTxbxContent getCTTxbxContent() -
getXmlObject
@Internal public org.apache.xmlbeans.XmlObject getXmlObject() -
getPart
public org.apache.poi.ooxml.POIXMLDocumentPart getPart() -
getPartType
public org.apache.poi.xwpf.usermodel.BodyType getPartType() -
getBodyElements
-
setParagraph
public void setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p) -
getParagraphs
-
addParagraph
public org.apache.poi.xwpf.usermodel.XWPFParagraph addParagraph() -
addParagraph
public void addParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p) -
removeParagraph
public void removeParagraph(int pos) -
removeParagraph
public void removeParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) -
getParagraph
public org.apache.poi.xwpf.usermodel.XWPFParagraph getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) -
insertNewParagraph
public org.apache.poi.xwpf.usermodel.XWPFParagraph insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor) -
getParagraphArray
public org.apache.poi.xwpf.usermodel.XWPFParagraph getParagraphArray(int pos) -
getTable
public org.apache.poi.xwpf.usermodel.XWPFTable getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) -
getTableArray
public org.apache.poi.xwpf.usermodel.XWPFTable getTableArray(int pos) -
getTables
-
insertTable
public void insertTable(int pos, org.apache.poi.xwpf.usermodel.XWPFTable table) -
getXWPFDocument
public org.apache.poi.xwpf.usermodel.XWPFDocument getXWPFDocument() -
insertNewTbl
public org.apache.poi.xwpf.usermodel.XWPFTable insertNewTbl(org.apache.xmlbeans.XmlCursor cursor) -
getTableCell
public org.apache.poi.xwpf.usermodel.XWPFTableCell getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
-