Uses of Class
technology.tabula.Cell
Packages that use Cell
-
Uses of Cell in technology.tabula
Constructor parameters in technology.tabula with type arguments of type CellModifierConstructorDescriptionTableWithRulingLines(Rectangle area, List<Cell> cells, List<Ruling> horizontalRulings, List<Ruling> verticalRulings, ExtractionAlgorithm extractionAlgorithm, int pageNumber) -
Uses of Cell in technology.tabula.extractors
Methods in technology.tabula.extractors that return types with arguments of type CellModifier and TypeMethodDescriptionSpreadsheetExtractionAlgorithm.findCells(List<Ruling> horizontalRulingLines, List<Ruling> verticalRulingLines) SpreadsheetExtractionAlgorithm.findCells(List<Ruling> horizontalRulingLines, List<Ruling> verticalRulingLines, int horizontalExpandAmount, int verticalExpandAmount)