Uses of Class
org.apache.poi.xwpf.usermodel.XWPFComment
-
Packages that use XWPFComment Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFComment in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFComment Modifier and Type Method Description XWPFCommentXWPFComments. createComment(BigInteger cid)Create a new comment and add it to the document.XWPFCommentXWPFComments. getComment(int pos)Get the specified comment by positionXWPFCommentXWPFComments. getComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment ctComment)Get the specified comment by ctCommentXWPFCommentXWPFComments. getCommentByID(String id)Get the specified comment by comment idXWPFCommentXWPFDocument. getCommentByID(String id)XWPFComment[]XWPFDocument. getComments()Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFComment Modifier and Type Method Description List<XWPFComment>XWPFComments. getComments()Get the list ofXWPFCommentin the Comments part.
-