Uses of Class
org.apache.poi.xwpf.model.XWPFParagraphDecorator
Packages that use XWPFParagraphDecorator
-
Uses of XWPFParagraphDecorator in org.apache.poi.xwpf.model
Subclasses of XWPFParagraphDecorator in org.apache.poi.xwpf.modelModifier and TypeClassDescriptionclass
Decorator class for XWPFParagraph allowing to add comments found in paragraph to its textFields in org.apache.poi.xwpf.model declared as XWPFParagraphDecoratorModifier and TypeFieldDescriptionprotected XWPFParagraphDecorator
XWPFParagraphDecorator.nextDecorator
Constructors in org.apache.poi.xwpf.model with parameters of type XWPFParagraphDecoratorModifierConstructorDescriptionXWPFCommentsDecorator
(XWPFParagraphDecorator nextDecorator) XWPFCommentsDecorator
(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator) XWPFParagraphDecorator
(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)