org.apache.tika.parser.microsoft
Class NumberCell

java.lang.Object
  extended by org.apache.tika.parser.microsoft.NumberCell
All Implemented Interfaces:
Cell

public class NumberCell
extends Object
implements Cell

Number cell.


Constructor Summary
NumberCell(double number, NumberFormat format)
           
 
Method Summary
 void render(XHTMLContentHandler handler)
          Renders the content to the given XHTML SAX event stream.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberCell

public NumberCell(double number,
                  NumberFormat format)
Method Detail

render

public void render(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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.