org.apache.poi.xwpf.model
Class XWPFParagraphDecorator

java.lang.Object
  extended by org.apache.poi.xwpf.model.XWPFParagraphDecorator
Direct Known Subclasses:
XWPFCommentsDecorator, XWPFHyperlinkDecorator

public abstract class XWPFParagraphDecorator
extends java.lang.Object

Base decorator class for XWPFParagraph


Constructor Summary
XWPFParagraphDecorator(XWPFParagraph paragraph)
           
XWPFParagraphDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)
           
 
Method Summary
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWPFParagraphDecorator

public XWPFParagraphDecorator(XWPFParagraph paragraph)

XWPFParagraphDecorator

public XWPFParagraphDecorator(XWPFParagraph paragraph,
                              XWPFParagraphDecorator nextDecorator)
Method Detail

getText

public java.lang.String getText()