Class FormatCallout

java.lang.Object
com.nwalsh.xalan.FormatCallout
Direct Known Subclasses:
FormatDingbatCallout, FormatGraphicCallout, FormatTextCallout, FormatUnicodeCallout

public abstract class FormatCallout extends Object

Utility class for the Verbatim extension (ignore this).

$Id: FormatCallout.java 7007 2007-07-11 07:09:12Z mzjn $

Copyright (C) 2000, 2001 Norman Walsh.

Change Log:

1.0

Initial release.

See Also:
  • Field Details

  • Constructor Details

    • FormatCallout

      public FormatCallout()
  • Method Details

    • areaLabel

      public String areaLabel(Element area)
    • areaID

      public String areaID(Element area)
    • startSpan

      public void startSpan(org.apache.xml.utils.DOMBuilder rtf, String id) throws SAXException
      Throws:
      SAXException
    • endSpan

      public void endSpan(org.apache.xml.utils.DOMBuilder rtf) throws SAXException
      Throws:
      SAXException
    • formatTextCallout

      public void formatTextCallout(org.apache.xml.utils.DOMBuilder rtf, Callout callout)
    • formatCallout

      public abstract void formatCallout(org.apache.xml.utils.DOMBuilder rtf, Callout callout)