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(String str,
RtfAttributes attr)
Creates a new hyperlink.
|
getTextContainerAttributes, newLineBreak, newText, newText
RtfHyperLink newHyperLink(String str, RtfAttributes attr) throws IOException
str
- Hyperlink stringattr
- Hyperlink attributesIOException
- on errorCopyright © 2025 Apache Software Foundation. All rights reserved.