com.nwalsh.xalan
Class FormatUnicodeCallout
java.lang.Object
com.nwalsh.xalan.FormatCallout
com.nwalsh.xalan.FormatUnicodeCallout
public class FormatUnicodeCallout
- extends FormatCallout
Utility class for the Verbatim extension (ignore this).
$Id: FormatUnicodeCallout.java,v 1.2 2003/12/17 01:01:34 nwalsh Exp $
Copyright (C) 2000, 2001 Norman Walsh.
Change Log:
- 1.0
Initial release.
- Version:
- $Id: FormatUnicodeCallout.java,v 1.2 2003/12/17 01:01:34 nwalsh Exp $
- Author:
- Norman Walsh
ndw@nwalsh.com
- See Also:
Verbatim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
unicodeMax
int unicodeMax
unicodeStart
int unicodeStart
unicodeFont
java.lang.String unicodeFont
FormatUnicodeCallout
public FormatUnicodeCallout(java.lang.String font,
int start,
int max,
boolean fo)
formatCallout
public void formatCallout(DOMBuilder rtf,
Callout callout)
- Specified by:
formatCallout
in class FormatCallout