Uses of Class
org.apache.poi.xwpf.model.XWPFParagraphDecorator
-
Packages that use XWPFParagraphDecorator Package Description org.apache.poi.xwpf.model -
-
Uses of XWPFParagraphDecorator in org.apache.poi.xwpf.model
Subclasses of XWPFParagraphDecorator in org.apache.poi.xwpf.model Modifier and Type Class Description class
XWPFCommentsDecorator
Decorator class for XWPFParagraph allowing to add comments found in paragraph to its textFields in org.apache.poi.xwpf.model declared as XWPFParagraphDecorator Modifier and Type Field Description protected XWPFParagraphDecorator
XWPFParagraphDecorator. nextDecorator
Constructors in org.apache.poi.xwpf.model with parameters of type XWPFParagraphDecorator Constructor Description XWPFCommentsDecorator(XWPFParagraphDecorator nextDecorator)
XWPFCommentsDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)
XWPFParagraphDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)
-