| java.lang.Object com.nwalsh.saxon.FormatCallout
All known Subclasses: com.nwalsh.saxon.FormatGraphicCallout, com.nwalsh.saxon.FormatUnicodeCallout, com.nwalsh.saxon.FormatTextCallout,
FormatCallout | abstract public class FormatCallout (Code) | | Utility class for the Verbatim extension (ignore this).
$Id: FormatCallout.java,v 1.1 2006/05/31 17:21:20 mbatchelor Exp $
Copyright (C) 2000, 2001 Norman Walsh.
Change Log:
- 1.0
Initial release.
author: Norman Walsh author: ndw@nwalsh.com See Also: Verbatim version: $Id: FormatCallout.java,v 1.1 2006/05/31 17:21:20 mbatchelor Exp $ |
Constructor Summary | |
public | FormatCallout(NamePool nPool, boolean fo) |
foStylesheet | protected boolean foStylesheet(Code) | | |
namePool | protected NamePool namePool(Code) | | |
FormatCallout | public FormatCallout(NamePool nPool, boolean fo)(Code) | | |
formatCallout | abstract public void formatCallout(Emitter rtfEmitter, Callout callout)(Code) | | |
formatTextCallout | public void formatTextCallout(Emitter rtfEmitter, Callout callout)(Code) | | |
|
|