Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHyperLink
-
Packages that use RtfHyperLink Package Description org.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents. -
-
Uses of RtfHyperLink in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfHyperLink Modifier and Type Field Description private RtfHyperLinkRtfParagraph. hyperlinkMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfHyperLink Modifier and Type Method Description RtfHyperLinkRtfTextrun. addHyperlink(RtfAttributes attr)Inserts a hyperlink.RtfHyperLinkIRtfHyperLinkContainer. newHyperLink(java.lang.String str, RtfAttributes attr)Creates a new hyperlink.RtfHyperLinkRtfParagraph. newHyperLink(java.lang.String str, RtfAttributes attr)Creates a new hyperlink.
-