Package org.apache.poi.xwpf.usermodel
Class XWPFComment
- java.lang.Object
-
- org.apache.poi.xwpf.usermodel.XWPFComment
-
public class XWPFComment extends java.lang.Object
Sketch of XWPF comment class
-
-
Constructor Summary
Constructors Constructor Description XWPFComment(CTComment comment, XWPFDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAuthor()
java.lang.String
getId()
java.lang.String
getText()
-
-
-
Constructor Detail
-
XWPFComment
public XWPFComment(CTComment comment, XWPFDocument document)
-
-