| |
|
| com.lowagie.text.rtf.field.RtfField com.lowagie.text.rtf.field.RtfAnchor
RtfAnchor | public class RtfAnchor extends RtfField (Code) | | The RtfAnchor is the RTF representation of an Anchor object.
version: $Id: RtfAnchor.java 2784 2007-05-24 15:43:40Z hallm $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Werner Daehn (Werner.Daehn@BusinessObjects.com) author: Thomas Bickel (tmb99@inode.at) |
RtfAnchor | public RtfAnchor(RtfDocument doc, Anchor anchor)(Code) | | Constructs a RtfAnchor based on a RtfField
Parameters: doc - The RtfDocument this RtfAnchor belongs to Parameters: anchor - The Anchor this RtfAnchor is based on |
writeFieldResultContent | protected void writeFieldResultContent(OutputStream out) throws IOException(Code) | | Write the field result for this RtfAnchor. Writes the content
of the RtfPhrase.
|
|
|
|