public class XWPFComment
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
author |
|
protected java.lang.String |
id |
|
protected java.lang.StringBuffer |
text |
Constructor | Description |
---|---|
XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment comment,
XWPFDocument document) |
Modifier and Type | Method | 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.StringBuffer text
public XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment comment, XWPFDocument document)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.