public interface IRtfHyperLinkContainer extends IRtfTextContainer
Interface for RtfElements that can contain RtfHyperLinks.
This work was authored by Andreas Putz (a.putz@skynamics.com).
Modifier and Type | Method and Description |
---|---|
RtfHyperLink |
newHyperLink(java.lang.String str,
RtfAttributes attr)
Creates a new hyperlink.
|
getTextContainerAttributes, newLineBreak, newText, newText
RtfHyperLink newHyperLink(java.lang.String str, RtfAttributes attr) throws java.io.IOException
str
- Hyperlink stringattr
- Hyperlink attributesjava.io.IOException
- on errorCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.