Uses of Class
technology.tabula.TextElement
| Package | Description |
|---|---|
| technology.tabula |
-
Uses of TextElement in technology.tabula
Methods in technology.tabula that return types with arguments of type TextElement Modifier and Type Method Description RectangleSpatialIndex<TextElement>Page. getSpatialIndex()Deprecated.with no replacementRectangleSpatialIndex<TextElement>TextStripper. getSpatialIndex()List<TextElement>Page. getText()List<TextElement>Page. getText(float top, float left, float bottom, float right)Deprecated.use Page.getText(Rectangle) insteadList<TextElement>Page. getText(Rectangle area)List<TextElement>TextStripper. getTextElements()List<TextElement>Page. getTexts()Deprecated.use Page.getText() insteadMethods in technology.tabula with parameters of type TextElement Modifier and Type Method Description voidTextChunk. add(TextElement textElement)Method parameters in technology.tabula with type arguments of type TextElement Modifier and Type Method Description voidTextChunk. add(List<TextElement> elements)static List<TextChunk>TextElement. mergeWords(List<TextElement> textElements)static List<TextChunk>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.BuilderPage.Builder. withIndex(RectangleSpatialIndex<TextElement> index)Page.BuilderPage.Builder. withTextElements(List<TextElement> textElements)Constructors in technology.tabula with parameters of type TextElement Constructor Description TextChunk(TextElement textElement)Constructor parameters in technology.tabula with type arguments of type TextElement Constructor Description Page(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)