|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.xwpf.model.XWPFParagraphDecorator org.apache.poi.xwpf.model.XWPFCommentsDecorator
public class XWPFCommentsDecorator
Decorator class for XWPFParagraph allowing to add comments found in paragraph to its text
Field Summary |
---|
Fields inherited from class org.apache.poi.xwpf.model.XWPFParagraphDecorator |
---|
nextDecorator, paragraph |
Constructor Summary | |
---|---|
XWPFCommentsDecorator(XWPFParagraphDecorator nextDecorator)
|
|
XWPFCommentsDecorator(XWPFParagraph paragraph,
XWPFParagraphDecorator nextDecorator)
|
Method Summary | |
---|---|
java.lang.String |
getCommentText()
|
java.lang.String |
getText()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XWPFCommentsDecorator(XWPFParagraphDecorator nextDecorator)
public XWPFCommentsDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)
Method Detail |
---|
public java.lang.String getCommentText()
public java.lang.String getText()
getText
in class XWPFParagraphDecorator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |