Code Search for Developers
 
 
  

FormatTextCallout.java from Amavisd-new Maintenance at Krugle


Show FormatTextCallout.java syntax highlighted

package com.nwalsh.xalan;

import org.w3c.dom.*;
import org.apache.xml.utils.DOMBuilder;
import com.nwalsh.xalan.Callout;
import org.apache.xml.utils.AttList;

/**
 * <p>Utility class for the Verbatim extension (ignore this).</p>
 *
 * <p>$Id: FormatTextCallout.java 69 2001-04-02 13:03:45Z nwalsh $</p>
 *
 * <p>Copyright (C) 2000, 2001 Norman Walsh.</p>
 *
 * <p><b>Change Log:</b></p>
 * <dl>
 * <dt>1.0</dt>
 * <dd><p>Initial release.</p></dd>
 * </dl>
 *
 * @author Norman Walsh
 * <a href="mailto:ndw@nwalsh.com">ndw@nwalsh.com</a>
 *
 * @see Verbatim
 *
 * @version $Id: FormatTextCallout.java 69 2001-04-02 13:03:45Z nwalsh $
 **/

public class FormatTextCallout extends FormatCallout {
  public FormatTextCallout(boolean fo) {
    stylesheetFO = fo;
  }

  public void formatCallout(DOMBuilder rtf,
			    Callout callout) {
    formatTextCallout(rtf, callout);
  }
}




See more files for this project here

Amavisd-new Maintenance

AmavisAdmin is a tool to maintain SPAMs, Viruses and blocked mails written to an SQL database by Amavisd-new. Mails can be removed automatically or manually, or they can be released to be send to the recipients.

Project homepage: http://sourceforge.net/projects/amavisadmin
Programming language(s): Java,XML
License: other

  CVS.java
  Callout.java
  FormatCallout.java
  FormatDingbatCallout.java
  FormatGraphicCallout.java
  FormatTextCallout.java
  FormatUnicodeCallout.java
  Func.java
  ImageIntrinsics.java
  Params.java
  Table.java
  Text.java
  Verbatim.java
  package.html