Package org.apache.tika.parser.microsoft
Class TextCell
- java.lang.Object
-
- org.apache.tika.parser.microsoft.TextCell
-
-
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.String
toString()
-
-
-
Constructor Detail
-
TextCell
public TextCell(String text)
-
-
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 interfaceCell
- Throws:
SAXException
-
-