org.apache.fop.render.rtf.rtflib.rtfdoc

Interface IRtfHyperLinkContainer

All Superinterfaces:
IRtfTextContainer
Known Implementing Classes:
RtfParagraph

public interface IRtfHyperLinkContainer
extends IRtfTextContainer

interface for RtfElements that can contain RtfHyperLinks
Author:
Andreas Putz a.putz@skynamics.com

Method Summary

RtfHyperLink
newHyperLink(String str, RtfAttributes attr)
Creates a new hyperlink.

Methods inherited from interface org.apache.fop.render.rtf.rtflib.rtfdoc.IRtfTextContainer

getTextContainerAttributes, newLineBreak, newText, newText

Method Details

newHyperLink

public RtfHyperLink newHyperLink(String str,
                                 RtfAttributes attr)
            throws IOException
Creates a new hyperlink.
Parameters:
str - Hyperlink string
attr - Hyperlink attributes
Returns:
new Hyperlink object

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.