Uses of Class
org.apache.poi.xwpf.usermodel.XWPFComment

Packages that use XWPFComment
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
protected  java.util.List<XWPFComment> XWPFDocument.comments
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFComment
 XWPFComment XWPFDocument.getCommentByID(java.lang.String id)
           
 XWPFComment[] XWPFDocument.getComments()
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.