Package org.apache.poi.xwpf.model
Class XWPFParagraphDecorator
- java.lang.Object
-
- org.apache.poi.xwpf.model.XWPFParagraphDecorator
-
- Direct Known Subclasses:
XWPFCommentsDecorator
public abstract class XWPFParagraphDecorator extends Object
Base decorator class for XWPFParagraph
-
-
Field Summary
Fields Modifier and Type Field Description protected XWPFParagraphDecoratornextDecoratorprotected XWPFParagraphparagraph
-
Constructor Summary
Constructors Constructor Description XWPFParagraphDecorator(XWPFParagraph paragraph)XWPFParagraphDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)
-
-
-
Field Detail
-
paragraph
protected XWPFParagraph paragraph
-
nextDecorator
protected XWPFParagraphDecorator nextDecorator
-
-
Constructor Detail
-
XWPFParagraphDecorator
public XWPFParagraphDecorator(XWPFParagraph paragraph)
-
XWPFParagraphDecorator
public XWPFParagraphDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)
-
-
Method Detail
-
getText
public String getText()
-
-