com.lowagie.text.rtf.field
public class RtfAnchor extends RtfField
Version: $Id: RtfAnchor.java 3580 2008-08-06 15:52:00Z howard_s $
Field Summary | |
---|---|
RtfPhrase | content
The RtfPhrase to display for the url |
static byte[] | HYPERLINK
Constant for a hyperlink |
String | url
The url of this RtfAnchor |
Constructor Summary | |
---|---|
RtfAnchor(RtfDocument doc, Anchor anchor)
Constructs a RtfAnchor based on a RtfField
|
Method Summary | |
---|---|
protected void | writeFieldInstContent(OutputStream result)
Write the field instructions for this RtfAnchor. |
protected void | writeFieldResultContent(OutputStream result)
Write the field result for this RtfAnchor. |
Parameters: doc The RtfDocument this RtfAnchor belongs to anchor The Anchor this RtfAnchor is based on
Parameters: result The OutputStream
to write to.
Throws: IOException on i/o errors.
Parameters: result The OutputStream
to write to.
Throws: IOException on i/o errors.