| Package | Description |
|---|---|
| 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 text
|
class |
XWPFHyperlinkDecorator |
Deprecated.
Use
XWPFHyperlinkRun instead |
| Modifier and Type | Field | Description |
|---|---|---|
protected XWPFParagraphDecorator |
XWPFParagraphDecorator.nextDecorator |
| Constructor | Description |
|---|---|
XWPFCommentsDecorator(XWPFParagraphDecorator nextDecorator) |
|
XWPFCommentsDecorator(XWPFParagraph paragraph,
XWPFParagraphDecorator nextDecorator) |
|
XWPFHyperlinkDecorator(XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls) |
Deprecated.
|
XWPFHyperlinkDecorator(XWPFParagraph prgrph,
XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls) |
Deprecated.
|
XWPFParagraphDecorator(XWPFParagraph paragraph,
XWPFParagraphDecorator nextDecorator) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.