Class NumberCell

  • All Implemented Interfaces:
    Cell

    public class NumberCell
    extends Object
    implements Cell
    Number cell.
    • Constructor Detail

      • NumberCell

        public NumberCell​(double number,
                          NumberFormat format)
    • Method Detail

      • render

        public void render​(org.apache.tika.sax.XHTMLContentHandler handler)
                    throws SAXException
        Description copied from interface: Cell
        Renders the content to the given XHTML SAX event stream.
        Specified by:
        render in interface Cell
        Throws:
        SAXException