Documentation of 'org.apache.poi.xwpf.model.XWPFHyperlinkDecorator' Java class
XWPFHyperlinkDecorator
org.apache.poi.xwpf.model

Class XWPFHyperlinkDecorator


  • Deprecated. 
    Use XWPFHyperlinkRun instead

    @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 Detail

      • XWPFHyperlinkDecorator

        public XWPFHyperlinkDecorator(XWPFParagraphDecorator nextDecorator,
                                      boolean outputHyperlinkUrls)
        Deprecated. 
        Parameters:
        nextDecorator - The next decorator to use
        outputHyperlinkUrls - 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 on
        outputHyperlinkUrls - Should we output the links too, or just the link text?

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.