Interface IRtfHyperLinkContainer

  • All Superinterfaces:
    IRtfTextContainer
    All Known Implementing Classes:
    RtfParagraph

    public interface IRtfHyperLinkContainer
    extends IRtfTextContainer

    Interface for RtfElements that can contain RtfHyperLinks.

    This work was authored by Andreas Putz (a.putz@skynamics.com).

    • Method Detail

      • newHyperLink

        RtfHyperLink newHyperLink​(java.lang.String str,
                                  RtfAttributes attr)
                           throws java.io.IOException
        Creates a new hyperlink.
        Parameters:
        str - Hyperlink string
        attr - Hyperlink attributes
        Returns:
        new Hyperlink object
        Throws:
        java.io.IOException - on error