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 TypeClassDescriptionclassDecorator class for XWPFParagraph allowing to add comments found in paragraph to its textFields in org.apache.poi.xwpf.model declared as XWPFParagraphDecoratorModifier and TypeFieldDescriptionprotected XWPFParagraphDecoratorXWPFParagraphDecorator.nextDecoratorConstructors in org.apache.poi.xwpf.model with parameters of type XWPFParagraphDecoratorModifierConstructorDescriptionXWPFCommentsDecorator(XWPFParagraphDecorator nextDecorator) XWPFCommentsDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator) XWPFParagraphDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)