XWPFHyperlinkRun
instead@Deprecated public class XWPFHyperlinkDecorator extends XWPFParagraphDecorator
nextDecorator, paragraph
Constructor and Description |
---|
XWPFHyperlinkDecorator(XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls)
Deprecated.
|
XWPFHyperlinkDecorator(XWPFParagraph prgrph,
XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls)
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 String getText()
getText
in class XWPFParagraphDecorator
Copyright © 2020. All rights reserved.