类 XWPFComments
java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart
com.deepoove.poi.plugin.comment.XWPFComments
public class XWPFComments
extends org.apache.poi.ooxml.POIXMLDocumentPart
-
嵌套类概要
从类继承的嵌套类/接口 org.apache.poi.ooxml.POIXMLDocumentPart
org.apache.poi.ooxml.POIXMLDocumentPart.RelationPart -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addPictureData(byte[] pictureData, int format) addPictureData(InputStream is, int format) protected voidcommit()createComment(BigInteger cid) List<org.apache.poi.xwpf.usermodel.XWPFPictureData>getComment(int pos) getComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment comment) org.openxmlformats.schemas.wordprocessingml.x2006.main.CTCommentsgetMaxId()org.apache.poi.xwpf.usermodel.XWPFDocumentvoidvoidremoveComment(int pos) voidsetCtComments(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComments ctComments) voidsetXWPFDocument(org.apache.poi.xwpf.usermodel.XWPFDocument document) 从类继承的方法 org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommited, isCommitted, onDocumentCreate, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, removeRelation, setCommited, setCommitted, toString
-
构造器详细资料
-
XWPFComments
public XWPFComments(org.apache.poi.openxml4j.opc.PackagePart part) -
XWPFComments
public XWPFComments()
-
-
方法详细资料
-
onDocumentRead
-
addPictureData
public String addPictureData(InputStream is, int format) throws org.apache.poi.openxml4j.exceptions.InvalidFormatException, Exception -
addPictureData
-
commit
-
getAllPictures
-
getCtComments
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComments getCtComments() -
setCtComments
public void setCtComments(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComments ctComments) -
getComments
-
setXWPFDocument
public void setXWPFDocument(org.apache.poi.xwpf.usermodel.XWPFDocument document) -
getXWPFDocument
public org.apache.poi.xwpf.usermodel.XWPFDocument getXWPFDocument() -
addComment
-
createComment
-
getMaxId
-
getComment
-
removeComment
public void removeComment(int pos) -
getComment
public XWPFComment getComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment comment)
-