Uses of Class
org.apache.poi.xwpf.usermodel.XWPFComments
-
Packages that use XWPFComments Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFComments in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel declared as XWPFComments Modifier and Type Field Description protected XWPFCommentsXWPFComment. commentsMethods in org.apache.poi.xwpf.usermodel that return XWPFComments Modifier and Type Method Description XWPFCommentsXWPFDocument. createComments()Creates an empty comments for the document if one does not already existXWPFCommentsXWPFComment. getComments()The owning object for this commentXWPFCommentsXWPFDocument. getDocComments()Get CommentsConstructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFComments Constructor Description XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment ctComment, XWPFComments comments)
-