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
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFComment Modifier and Type Field Description protected java.util.List<XWPFComment>XWPFDocument. commentsMethods in org.apache.poi.xwpf.usermodel that return XWPFComment Modifier and Type Method Description XWPFCommentXWPFDocument. getCommentByID(java.lang.String id)XWPFComment[]XWPFDocument. getComments()
-