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.
|
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.