Uses of Class
org.apache.poi.xwpf.model.XWPFParagraphDecorator

Packages that use XWPFParagraphDecorator
org.apache.poi.xwpf.model   
 

Uses of XWPFParagraphDecorator in org.apache.poi.xwpf.model
 

Subclasses of XWPFParagraphDecorator in org.apache.poi.xwpf.model
 class XWPFCommentsDecorator
          Decorator class for XWPFParagraph allowing to add comments found in paragraph to its text
 

Fields in org.apache.poi.xwpf.model declared as XWPFParagraphDecorator
protected  XWPFParagraphDecorator XWPFParagraphDecorator.nextDecorator
           
 

Constructors in org.apache.poi.xwpf.model with parameters of type XWPFParagraphDecorator
XWPFCommentsDecorator(XWPFParagraphDecorator nextDecorator)
           
XWPFCommentsDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)
           
XWPFParagraphDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.