Interface IRtfHyperLinkContainer
-
- All Superinterfaces:
IRtfTextContainer
- All Known Implementing Classes:
RtfListItem.RtfListItemParagraph
,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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfHyperLink
newHyperLink(java.lang.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 Detail
-
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
-
-