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, NumberFormat format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(org.apache.tika.sax.XHTMLContentHandler handler)Renders the content to the given XHTML SAX event stream.StringtoString()
-
-
-
Constructor Detail
-
NumberCell
public NumberCell(double number, NumberFormat format)
-
-
Method Detail
-
render
public void render(org.apache.tika.sax.XHTMLContentHandler handler) throws SAXExceptionDescription copied from interface:CellRenders the content to the given XHTML SAX event stream.- Specified by:
renderin interfaceCell- Throws:
SAXException
-
-