|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.xwpf.model.XWPFParagraphDecorator
org.apache.poi.xwpf.model.XWPFHyperlinkDecorator
XWPFHyperlinkRun instead
@Deprecated public class XWPFHyperlinkDecorator
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...
| Field Summary |
|---|
| Fields inherited from class org.apache.poi.xwpf.model.XWPFParagraphDecorator |
|---|
nextDecorator, paragraph |
| Constructor Summary | |
|---|---|
XWPFHyperlinkDecorator(XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls)
Deprecated. |
|
XWPFHyperlinkDecorator(XWPFParagraph prgrph,
XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getText()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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?| Method Detail |
|---|
public java.lang.String getText()
getText in class XWPFParagraphDecorator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||