Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfor.jfor.rtflib.rtfdoc
Interface IRtfHyperLinkContainer  view IRtfHyperLinkContainer download IRtfHyperLinkContainer.java

All Superinterfaces:
IRtfTextContainer
All Known Implementing Classes:
RtfParagraph

public interface IRtfHyperLinkContainer
extends IRtfTextContainer

interface for RtfElements that can contain RtfHyperLinks


Method Summary
 RtfHyperLink newHyperLink(java.lang.String str, RtfAttributes attr)
          Creates a new hyperlink.
 
Methods inherited from interface org.jfor.jfor.rtflib.rtfdoc.IRtfTextContainer
getTextContainerAttributes, newLineBreak, newText, newText
 

Method Detail

newHyperLink

public RtfHyperLink newHyperLink(java.lang.String str,
                                 RtfAttributes attr)
                          throws java.io.IOException
Creates a new hyperlink.