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.StringBuffer |
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.StringBuffer text
public XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment comment, XWPFDocument document)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.