public class XWPFComment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
author |
protected java.lang.String |
id |
protected java.lang.StringBuilder |
text |
| Constructor and Description |
|---|
XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment comment,
XWPFDocument document) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor() |
java.lang.String |
getId() |
java.lang.String |
getText() |
protected java.lang.String id
protected java.lang.String author
protected java.lang.StringBuilder text
public XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment comment,
XWPFDocument document)