Uses of Class
technology.tabula.RectangularTextContainer
| Package | Description |
|---|---|
| technology.tabula | |
| technology.tabula.json |
-
Uses of RectangularTextContainer in technology.tabula
Subclasses of RectangularTextContainer in technology.tabula Modifier and Type Class Description classCellclassTextChunkMethods in technology.tabula that return RectangularTextContainer Modifier and Type Method Description RectangularTextContainerTable. getCell(int i, int j)RectangularTextContainer<T>RectangularTextContainer. merge(RectangularTextContainer<T> other)Methods in technology.tabula that return types with arguments of type RectangularTextContainer Modifier and Type Method Description List<List<RectangularTextContainer>>Table. getRows()Methods in technology.tabula with parameters of type RectangularTextContainer Modifier and Type Method Description voidTable. add(RectangularTextContainer chunk, int row, int col)RectangularTextContainer<T>RectangularTextContainer. merge(RectangularTextContainer<T> other) -
Uses of RectangularTextContainer in technology.tabula.json
Methods in technology.tabula.json with parameters of type RectangularTextContainer Modifier and Type Method Description com.google.gson.JsonElementRectangularTextContainerSerializer. serialize(RectangularTextContainer<?> textContainer, Type type, com.google.gson.JsonSerializationContext context)