com.lowagie.text.rtf
Interface RtfField

All Known Implementing Classes:
AbstractRtfField, GenericRtfField, RtfPageNumber, RtfTOC, RtfTOCEntry

public interface RtfField

This interface should mark classes, that can be represented as RTF fields, such as pagenumber, toc entries and so on. This class is based on the RtfWriter-package from Mark Hall.

Version:
$Revision: 1.6 $Date: 2004/02/07 10:29:03 $
Author:
Steffen.Stundzig@smb-tec.com

Method Summary
 void write(RtfWriter writer, OutputStream out)
           
 

Method Detail

write

public void write(RtfWriter writer,
                  OutputStream out)
           throws IOException
Throws:
IOException