Uses of Class
technology.tabula.TextElement
Packages that use TextElement
-
Uses of TextElement in technology.tabula
Methods in technology.tabula that return types with arguments of type TextElementModifier and TypeMethodDescriptionPage.getSpatialIndex()Deprecated.with no replacementTextStripper.getSpatialIndex()Page.getText()Page.getText(float top, float left, float bottom, float right) Deprecated.use Page.getText(Rectangle) insteadTextStripper.getTextElements()Page.getTexts()Deprecated.use Page.getText() insteadMethods in technology.tabula with parameters of type TextElementMethod parameters in technology.tabula with type arguments of type TextElementModifier and TypeMethodDescriptionvoidTextChunk.add(List<TextElement> elements) TextElement.mergeWords(List<TextElement> textElements) TextElement.mergeWords(List<TextElement> textElements, List<Ruling> verticalRulings) heuristically merge a list of TextElement into a list of TextChunk ported from from PDFBox's PDFTextStripper.writePage, with modifications.Page.Builder.withIndex(RectangleSpatialIndex<TextElement> index) Page.Builder.withTextElements(List<TextElement> textElements) Constructors in technology.tabula with parameters of type TextElementConstructor parameters in technology.tabula with type arguments of type TextElementModifierConstructorDescriptionPage(float top, float left, float width, float height, int rotation, int number, org.apache.pdfbox.pdmodel.PDPage pdPage, org.apache.pdfbox.pdmodel.PDDocument doc, List<TextElement> characters, List<Ruling> rulings) Deprecated.usePage.BuilderinsteadPage(float top, float left, float width, float height, int rotation, int number, org.apache.pdfbox.pdmodel.PDPage pdPage, org.apache.pdfbox.pdmodel.PDDocument doc, List<TextElement> characters, List<Ruling> rulings, float minCharWidth, float minCharHeight, RectangleSpatialIndex<TextElement> index) Deprecated.usePage.BuilderinsteadPage(float top, float left, float width, float height, int rotation, int number, org.apache.pdfbox.pdmodel.PDPage pdPage, org.apache.pdfbox.pdmodel.PDDocument doc, List<TextElement> characters, List<Ruling> rulings, float minCharWidth, float minCharHeight, RectangleSpatialIndex<TextElement> index) Deprecated.usePage.BuilderinsteadTextChunk(List<TextElement> textElements)