类 XWPFComment
java.lang.Object
com.deepoove.poi.plugin.comment.XWPFComment
- 所有已实现的接口:
org.apache.poi.xwpf.usermodel.IBody
-
字段概要
字段修饰符和类型字段说明protected XWPFCommentsprotected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTCommentprotected org.apache.poi.xwpf.usermodel.XWPFDocument -
构造器概要
构造器构造器说明XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment ctComment, XWPFComments comments) -
方法概要
修饰符和类型方法说明org.apache.poi.xwpf.usermodel.XWPFParagraphorg.apache.poi.xwpf.usermodel.XWPFTablecreateTable(int rows, int cols) List<org.apache.poi.xwpf.usermodel.IBodyElement>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTCommentgetDate()getId()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>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>getText()org.apache.poi.xwpf.usermodel.XWPFDocumentprotected voidinit()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(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) voidremoveTable(org.apache.poi.xwpf.usermodel.XWPFTable table) voidvoidvoidsetInitials(String initials)
-
字段详细资料
-
ctComment
protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment ctComment -
comments
-
document
protected org.apache.poi.xwpf.usermodel.XWPFDocument document
-
-
构造器详细资料
-
XWPFComment
public XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment ctComment, XWPFComments comments)
-
-
方法详细资料
-
init
protected void init() -
getPart
public org.apache.poi.ooxml.POIXMLDocumentPart getPart() -
getPartType
public org.apache.poi.xwpf.usermodel.BodyType getPartType() -
getBodyElements
-
getParagraphs
-
getTables
-
getParagraph
public org.apache.poi.xwpf.usermodel.XWPFParagraph getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) -
getTable
public org.apache.poi.xwpf.usermodel.XWPFTable getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) -
getParagraphArray
public org.apache.poi.xwpf.usermodel.XWPFParagraph getParagraphArray(int pos) -
getTableArray
public org.apache.poi.xwpf.usermodel.XWPFTable getTableArray(int pos) -
insertNewParagraph
public org.apache.poi.xwpf.usermodel.XWPFParagraph insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor) -
insertNewTbl
public org.apache.poi.xwpf.usermodel.XWPFTable insertNewTbl(org.apache.xmlbeans.XmlCursor cursor) -
insertTable
public void insertTable(int pos, org.apache.poi.xwpf.usermodel.XWPFTable table) -
getTableCell
public org.apache.poi.xwpf.usermodel.XWPFTableCell getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) -
getXWPFDocument
public org.apache.poi.xwpf.usermodel.XWPFDocument getXWPFDocument() -
getText
-
createParagraph
public org.apache.poi.xwpf.usermodel.XWPFParagraph createParagraph() -
removeParagraph
public void removeParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) -
removeTable
public void removeTable(org.apache.poi.xwpf.usermodel.XWPFTable table) -
createTable
public org.apache.poi.xwpf.usermodel.XWPFTable createTable(int rows, int cols) -
getCtComment
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment getCtComment() -
getComments
-
getId
-
getAuthor
-
setAuthor
-
getInitials
-
setInitials
-
getDate
-
setDate
-