Class CellDecorator

java.lang.Object
org.apache.tika.parser.microsoft.CellDecorator
All Implemented Interfaces:
Cell
Direct Known Subclasses:
LinkedCell

public class CellDecorator extends Object implements Cell
Cell decorator.
  • Constructor Details

    • CellDecorator

      public CellDecorator(Cell cell)
  • Method Details

    • render

      public void render(org.apache.tika.sax.XHTMLContentHandler handler) throws SAXException
      Description copied from interface: Cell
      Renders the content to the given XHTML SAX event stream.
      Specified by:
      render in interface Cell
      Throws:
      SAXException