Package | Description |
---|---|
org.zkoss.poi.xwpf.model |
Modifier and Type | Class and 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 and Description |
---|---|
protected XWPFParagraphDecorator |
XWPFParagraphDecorator.nextDecorator |
Constructor and 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 © 2020. All rights reserved.