public abstract class XWPFParagraphDecorator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected XWPFParagraphDecorator |
nextDecorator |
protected XWPFParagraph |
paragraph |
Constructor and Description |
---|
XWPFParagraphDecorator(XWPFParagraph paragraph) |
XWPFParagraphDecorator(XWPFParagraph paragraph,
XWPFParagraphDecorator nextDecorator) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText() |
protected XWPFParagraph paragraph
protected XWPFParagraphDecorator nextDecorator
public XWPFParagraphDecorator(XWPFParagraph paragraph)
public XWPFParagraphDecorator(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.