Interface RtfField

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

    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.1 $Date: 2009/08/28 20:31:00 $
    Author:
    Steffen.Stundzig@smb-tec.com
    • Method Detail

      • write

        void write​(RtfWriter writer,
                   java.io.OutputStream out)
            throws java.io.IOException
        Deprecated.
        Writes an RTF field.
        Parameters:
        writer -
        out -
        Throws:
        java.io.IOException