Uses of Interface
org.apache.tika.parser.microsoft.Cell
-
Packages that use Cell Package Description org.apache.tika.parser.microsoft -
-
Uses of Cell in org.apache.tika.parser.microsoft
Classes in org.apache.tika.parser.microsoft that implement Cell Modifier and Type Class Description class
CellDecorator
Cell decorator.class
LinkedCell
Linked cell.class
NumberCell
Number cell.class
TextCell
Text cell.Constructors in org.apache.tika.parser.microsoft with parameters of type Cell Constructor Description CellDecorator(Cell cell)
LinkedCell(Cell cell, String link)
-