Uses of Class
technology.tabula.RectangularTextContainer
Packages that use RectangularTextContainer
-
Uses of RectangularTextContainer in technology.tabula
Subclasses of RectangularTextContainer in technology.tabulaMethods in technology.tabula that return RectangularTextContainerModifier and TypeMethodDescriptionTable.getCell(int i, int j) RectangularTextContainer.merge(RectangularTextContainer<T> other) Methods in technology.tabula that return types with arguments of type RectangularTextContainerMethods in technology.tabula with parameters of type RectangularTextContainerModifier and TypeMethodDescriptionvoidTable.add(RectangularTextContainer chunk, int row, int col) RectangularTextContainer.merge(RectangularTextContainer<T> other) -
Uses of RectangularTextContainer in technology.tabula.json
Methods in technology.tabula.json with parameters of type RectangularTextContainerModifier and TypeMethodDescriptioncom.google.gson.JsonElementRectangularTextContainerSerializer.serialize(RectangularTextContainer<?> textContainer, Type type, com.google.gson.JsonSerializationContext context)