Package org.apache.poi.xwpf.model
Class XWPFCommentsDecorator
java.lang.Object
org.apache.poi.xwpf.model.XWPFParagraphDecorator
org.apache.poi.xwpf.model.XWPFCommentsDecorator
Decorator class for XWPFParagraph allowing to add comments
found in paragraph to its text
- Author:
- Yury Batrakov (batrakov at gmail.com)
-
Field Summary
Fields inherited from class org.apache.poi.xwpf.model.XWPFParagraphDecorator
nextDecorator, paragraph
-
Constructor Summary
ConstructorsConstructorDescriptionXWPFCommentsDecorator
(XWPFParagraphDecorator nextDecorator) XWPFCommentsDecorator
(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator) -
Method Summary
-
Constructor Details
-
XWPFCommentsDecorator
-
XWPFCommentsDecorator
-
-
Method Details
-
getCommentText
-
getText
- Overrides:
getText
in classXWPFParagraphDecorator
-