org.apache.fop.render.rtf.rtflib.rtfdoc
Interface IRtfHyperLinkContainer
- All Superinterfaces:
- IRtfTextContainer
- All Known Implementing Classes:
- RtfParagraph
public interface IRtfHyperLinkContainer
- extends IRtfTextContainer
interface for RtfElements that can contain RtfHyperLinks
- Author:
- Andreas Putz a.putz@skynamics.com
newHyperLink
RtfHyperLink newHyperLink(java.lang.String str,
RtfAttributes attr)
throws java.io.IOException
- Creates a new hyperlink.
- Parameters:
str
- Hyperlink stringattr
- Hyperlink attributes
- Returns:
- new Hyperlink object
- Throws:
java.io.IOException
- on error
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.