org.apache.poi.xwpf.model
Class XWPFHyperlinkDecorator
- java.lang.Object
-
- org.apache.poi.xwpf.model.XWPFParagraphDecorator
-
- org.apache.poi.xwpf.model.XWPFHyperlinkDecorator
-
Deprecated.UseXWPFHyperlinkRuninstead
@Deprecated public class XWPFHyperlinkDecorator extends XWPFParagraphDecorator
Decorator class for XWPFParagraph allowing to add hyperlinks found in paragraph to its text. Note - adds the hyperlink at the end, not in the right place...
-
-
Constructor Summary
Constructors Constructor and Description XWPFHyperlinkDecorator(XWPFParagraphDecorator nextDecorator, boolean outputHyperlinkUrls)Deprecated.XWPFHyperlinkDecorator(XWPFParagraph prgrph, XWPFParagraphDecorator nextDecorator, boolean outputHyperlinkUrls)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description java.lang.StringgetText()Deprecated.
-
-
-
Constructor Detail
-
XWPFHyperlinkDecorator
public XWPFHyperlinkDecorator(XWPFParagraphDecorator nextDecorator, boolean outputHyperlinkUrls)
Deprecated.- Parameters:
nextDecorator- The next decorator to useoutputHyperlinkUrls- Should we output the links too, or just the link text?
-
XWPFHyperlinkDecorator
public XWPFHyperlinkDecorator(XWPFParagraph prgrph, XWPFParagraphDecorator nextDecorator, boolean outputHyperlinkUrls)
Deprecated.- Parameters:
prgrph- The paragraph of text to work onoutputHyperlinkUrls- Should we output the links too, or just the link text?
-
-
Method Detail
-
getText
public java.lang.String getText()
Deprecated.- Overrides:
getTextin classXWPFParagraphDecorator
-
-
DataMelt 3.0 © DataMelt by jWork.ORG