org.apache.poi.xwpf.model
public class XWPFHyperlinkDecorator extends XWPFParagraphDecorator
nextDecorator, paragraph
Constructor and Description |
---|
XWPFHyperlinkDecorator(XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls) |
XWPFHyperlinkDecorator(XWPFParagraph prgrph,
XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText() |
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 2016 The Apache Software Foundation or its licensors, as applicable.