com.lowagie.text.rtf

Interface RtfField

public interface RtfField

Deprecated: Please move to the RtfWriter2 and associated classes.

This interface should mark classes, that can be represented as RTF fields, such as pagenumber, toc entries and so on. ONLY FOR USE WITH THE RtfWriter NOT with the RtfWriter2. This class is based on the RtfWriter-package from Mark Hall.

Version: $Revision: 1.20 $Date: 2006/09/14 23:10:54 $

Author: Steffen.Stundzig (Steffen.Stundzig@smb-tec.com)

Method Summary
voidwrite(RtfWriter writer, OutputStream out)
Writes an RTF field.

Method Detail

write

public void write(RtfWriter writer, OutputStream out)
Writes an RTF field.

Parameters: writer out

Throws: IOException