Package org.apache.tika.parser.microsoft
Class LinkedCell
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.CellDecorator
- 
- org.apache.tika.parser.microsoft.LinkedCell
 
 
- 
- All Implemented Interfaces:
- Cell
 
 public class LinkedCell extends CellDecorator Linked cell. This class decorates another content cell with a hyperlink.
- 
- 
Constructor SummaryConstructors Constructor Description LinkedCell(Cell cell, String link)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(XHTMLContentHandler handler)Renders the content to the given XHTML SAX event stream.
 
- 
- 
- 
Method Detail- 
renderpublic void render(XHTMLContentHandler handler) throws SAXException Description copied from interface:CellRenders the content to the given XHTML SAX event stream.- Specified by:
- renderin interface- Cell
- Overrides:
- renderin class- CellDecorator
- Throws:
- SAXException
 
 
- 
 
-