类 XWPFTextboxContent
- java.lang.Object
-
- com.deepoove.poi.xwpf.XWPFTextboxContent
-
- 所有已实现的接口:
org.apache.poi.xwpf.usermodel.IBody
public class XWPFTextboxContent extends Object implements org.apache.poi.xwpf.usermodel.IBody
-
-
字段概要
字段 修饰符和类型 字段 说明 protected List<org.apache.poi.xwpf.usermodel.IBodyElement>bodyElementsprotected List<org.apache.poi.xwpf.usermodel.XWPFParagraph>paragraphsprotected org.apache.poi.xwpf.usermodel.IBodypart
-
构造器概要
构造器 构造器 说明 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.XWPFParagraphaddParagraph()voidaddParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p)List<org.apache.poi.xwpf.usermodel.IBodyElement>getBodyElements()org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTxbxContentgetCTTxbxContent()org.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>getParagraphs()org.apache.poi.ooxml.POIXMLDocumentPartgetPart()org.apache.poi.xwpf.usermodel.BodyTypegetPartType()org.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>getTables()org.apache.xmlbeans.XmlObjectgetXmlObject()org.apache.poi.xwpf.usermodel.XWPFDocumentgetXWPFDocument()org.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)
-
-
-
方法详细资料
-
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
public List<org.apache.poi.xwpf.usermodel.IBodyElement> getBodyElements()
-
setParagraph
public void setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p)
-
getParagraphs
public List<org.apache.poi.xwpf.usermodel.XWPFParagraph> 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
public List<org.apache.poi.xwpf.usermodel.XWPFTable> 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)
-
-