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