org.apache.poi.xwpf.model
Class XWPFCommentsDecorator
java.lang.Object
org.apache.poi.xwpf.model.XWPFParagraphDecorator
org.apache.poi.xwpf.model.XWPFCommentsDecorator
public class XWPFCommentsDecorator
- extends XWPFParagraphDecorator
Decorator class for XWPFParagraph allowing to add comments
found in paragraph to its text
- Author:
- Yury Batrakov (batrakov at gmail.com)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWPFCommentsDecorator
public XWPFCommentsDecorator(XWPFParagraphDecorator nextDecorator)
XWPFCommentsDecorator
public XWPFCommentsDecorator(XWPFParagraph paragraph,
XWPFParagraphDecorator nextDecorator)
getCommentText
public java.lang.String getCommentText()
getText
public java.lang.String getText()
- Overrides:
getText
in class XWPFParagraphDecorator