public class XWPFComment extends Object implements org.apache.poi.xwpf.usermodel.IBody
| 限定符和类型 | 字段和说明 |
|---|---|
protected XWPFComments |
comments |
protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment |
ctComment |
protected org.apache.poi.xwpf.usermodel.XWPFDocument |
document |
| 构造器和说明 |
|---|
XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment ctComment,
XWPFComments comments) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.xwpf.usermodel.XWPFParagraph |
createParagraph() |
org.apache.poi.xwpf.usermodel.XWPFTable |
createTable(int rows,
int cols) |
String |
getAuthor() |
List<org.apache.poi.xwpf.usermodel.IBodyElement> |
getBodyElements() |
XWPFComments |
getComments() |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment |
getCtComment() |
Calendar |
getDate() |
String |
getId() |
String |
getInitials() |
org.apache.poi.xwpf.usermodel.XWPFParagraph |
getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) |
org.apache.poi.xwpf.usermodel.XWPFParagraph |
getParagraphArray(int pos) |
List<org.apache.poi.xwpf.usermodel.XWPFParagraph> |
getParagraphs() |
org.apache.poi.ooxml.POIXMLDocumentPart |
getPart() |
org.apache.poi.xwpf.usermodel.BodyType |
getPartType() |
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> |
getTables() |
String |
getText() |
org.apache.poi.xwpf.usermodel.XWPFDocument |
getXWPFDocument() |
protected void |
init() |
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(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
void |
removeTable(org.apache.poi.xwpf.usermodel.XWPFTable table) |
void |
setAuthor(String author) |
void |
setDate(Calendar date) |
void |
setInitials(String initials) |
protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment ctComment
protected XWPFComments comments
protected org.apache.poi.xwpf.usermodel.XWPFDocument document
public XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment ctComment,
XWPFComments comments)
protected void init()
public org.apache.poi.ooxml.POIXMLDocumentPart getPart()
public org.apache.poi.xwpf.usermodel.BodyType getPartType()
public List<org.apache.poi.xwpf.usermodel.IBodyElement> getBodyElements()
public List<org.apache.poi.xwpf.usermodel.XWPFParagraph> getParagraphs()
public List<org.apache.poi.xwpf.usermodel.XWPFTable> getTables()
public org.apache.poi.xwpf.usermodel.XWPFParagraph getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)
public org.apache.poi.xwpf.usermodel.XWPFTable getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable)
public org.apache.poi.xwpf.usermodel.XWPFParagraph getParagraphArray(int pos)
public org.apache.poi.xwpf.usermodel.XWPFTable getTableArray(int pos)
public org.apache.poi.xwpf.usermodel.XWPFParagraph insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor)
public org.apache.poi.xwpf.usermodel.XWPFTable insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)
public void insertTable(int pos,
org.apache.poi.xwpf.usermodel.XWPFTable table)
public org.apache.poi.xwpf.usermodel.XWPFTableCell getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
public org.apache.poi.xwpf.usermodel.XWPFDocument getXWPFDocument()
public String getText()
public org.apache.poi.xwpf.usermodel.XWPFParagraph createParagraph()
public void removeParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
public void removeTable(org.apache.poi.xwpf.usermodel.XWPFTable table)
public org.apache.poi.xwpf.usermodel.XWPFTable createTable(int rows,
int cols)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment getCtComment()
public XWPFComments getComments()
public String getId()
public String getAuthor()
public void setAuthor(String author)
public String getInitials()
public void setInitials(String initials)
public Calendar getDate()
public void setDate(Calendar date)
Copyright © 2022. All rights reserved.