@Deprecated public class XWPFHyperlinkDecorator extends XWPFParagraphDecorator
XWPFHyperlinkRun
insteadnextDecorator, paragraph
Constructor | Description |
---|---|
XWPFHyperlinkDecorator(XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls) |
Deprecated.
|
XWPFHyperlinkDecorator(XWPFParagraph prgrph,
XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getText() |
Deprecated.
|
public XWPFHyperlinkDecorator(XWPFParagraphDecorator nextDecorator, boolean outputHyperlinkUrls)
nextDecorator
- The next decorator to useoutputHyperlinkUrls
- Should we output the links too, or just the link text?public XWPFHyperlinkDecorator(XWPFParagraph prgrph, XWPFParagraphDecorator nextDecorator, boolean outputHyperlinkUrls)
prgrph
- The paragraph of text to work onoutputHyperlinkUrls
- Should we output the links too, or just the link text?public java.lang.String getText()
getText
in class XWPFParagraphDecorator
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.