类 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>
    protected List<org.apache.poi.xwpf.usermodel.XWPFParagraph>
    protected 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.XWPFParagraph
    void
    addParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p)
    List<org.apache.poi.xwpf.usermodel.IBodyElement>
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTxbxContent
    org.apache.poi.xwpf.usermodel.XWPFParagraph
    getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)
    org.apache.poi.xwpf.usermodel.XWPFParagraph
    List<org.apache.poi.xwpf.usermodel.XWPFParagraph>
    org.apache.poi.ooxml.POIXMLDocumentPart
    org.apache.poi.xwpf.usermodel.BodyType
    org.apache.poi.xwpf.usermodel.XWPFTable
    getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable)
    org.apache.poi.xwpf.usermodel.XWPFTable
    getTableArray(int pos)
    org.apache.poi.xwpf.usermodel.XWPFTableCell
    getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
    List<org.apache.poi.xwpf.usermodel.XWPFTable>
    org.apache.xmlbeans.XmlObject
    org.apache.poi.xwpf.usermodel.XWPFDocument
    org.apache.poi.xwpf.usermodel.XWPFParagraph
    insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor)
    org.apache.poi.xwpf.usermodel.XWPFTable
    insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)
    void
    insertTable(int pos, org.apache.poi.xwpf.usermodel.XWPFTable table)
    void
    removeParagraph(int pos)
    void
    removeParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
    void
    setParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph p)

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • paragraphs

      protected List<org.apache.poi.xwpf.usermodel.XWPFParagraph> paragraphs
    • bodyElements

      protected List<org.apache.poi.xwpf.usermodel.IBodyElement> 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

      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)