Package org.apache.tika.parser.microsoft
Class NumberCell
- java.lang.Object
-
- org.apache.tika.parser.microsoft.NumberCell
-
-
Constructor Summary
Constructors Constructor Description NumberCell(double number, java.text.NumberFormat format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(XHTMLContentHandler handler)
Renders the content to the given XHTML SAX event stream.java.lang.String
toString()
-
-
-
Method Detail
-
render
public void render(XHTMLContentHandler handler) throws org.xml.sax.SAXException
Description copied from interface:Cell
Renders the content to the given XHTML SAX event stream.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-