Uses of Class
org.apache.pdfbox.text.TextPosition
-
Packages that use TextPosition Package Description org.apache.pdfbox.pdmodel.documentinterchange.markedcontent The marked content package provides a mechanism for modeling marked-content sequences.org.apache.pdfbox.text -
-
Uses of TextPosition in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent
Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type TextPosition Modifier and Type Method Description voidPDMarkedContent. addText(TextPosition text)Adds a text position to the contents. -
Uses of TextPosition in org.apache.pdfbox.text
Fields in org.apache.pdfbox.text with type parameters of type TextPosition Modifier and Type Field Description protected java.util.ArrayList<java.util.List<TextPosition>>PDFTextStripper. charactersByArticleThe charactersByArticle is used to extract text by article divisions.Methods in org.apache.pdfbox.text that return types with arguments of type TextPosition Modifier and Type Method Description protected java.util.List<java.util.List<TextPosition>>PDFTextStripper. getCharactersByArticle()Character strings are grouped by articles.Methods in org.apache.pdfbox.text with parameters of type TextPosition Modifier and Type Method Description intTextPositionComparator. compare(TextPosition pos1, TextPosition pos2)booleanTextPosition. completelyContains(TextPosition tp2)Determine if this TextPosition perfectly contains another (i.e.booleanTextPosition. contains(TextPosition tp2)Determine if this TextPosition logically contains another (i.e.voidTextPosition. mergeDiacritic(TextPosition diacritic)Merge a single character TextPosition into the current object.protected voidPDFMarkedContentExtractor. processTextPosition(TextPosition text)This will process a TextPosition object and add the text to the list of characters on a page.protected voidPDFTextStripper. processTextPosition(TextPosition text)This will process a TextPosition object and add the text to the list of characters on a page.protected voidPDFTextStripperByArea. processTextPosition(TextPosition text)This will process a TextPosition object and add the text to the list of characters on a page.protected voidPDFTextStripper. writeCharacters(TextPosition text)Write the string in TextPosition to the output stream.Method parameters in org.apache.pdfbox.text with type arguments of type TextPosition Modifier and Type Method Description protected voidPDFTextStripper. writeString(java.lang.String text, java.util.List<TextPosition> textPositions)Write a Java string to the output stream.
-