public class CellDecorator extends Object implements Cell
| Constructor and Description |
|---|
CellDecorator(Cell cell) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(org.apache.tika.sax.XHTMLContentHandler handler)
Renders the content to the given XHTML SAX event stream.
|
public CellDecorator(Cell cell)
public void render(org.apache.tika.sax.XHTMLContentHandler handler)
throws SAXException
Cellrender in interface CellSAXExceptionCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.