Uses of Interface
com.itextpdf.text.pdf.parser.LocationTextExtractionStrategy.TextChunkLocation
-
Packages that use LocationTextExtractionStrategy.TextChunkLocation Package Description com.itextpdf.text.pdf.parser -
-
Uses of LocationTextExtractionStrategy.TextChunkLocation in com.itextpdf.text.pdf.parser
Classes in com.itextpdf.text.pdf.parser that implement LocationTextExtractionStrategy.TextChunkLocation Modifier and Type Class Description static classLocationTextExtractionStrategy.TextChunkLocationDefaultImpFields in com.itextpdf.text.pdf.parser declared as LocationTextExtractionStrategy.TextChunkLocation Modifier and Type Field Description private LocationTextExtractionStrategy.TextChunkLocationLocationTextExtractionStrategy.TextChunk. locationMethods in com.itextpdf.text.pdf.parser that return LocationTextExtractionStrategy.TextChunkLocation Modifier and Type Method Description LocationTextExtractionStrategy.TextChunkLocationLocationTextExtractionStrategy.TextChunkLocationStrategy. createLocation(TextRenderInfo renderInfo, LineSegment baseline)LocationTextExtractionStrategy.TextChunkLocationLocationTextExtractionStrategy.TextChunk. getLocation()Methods in com.itextpdf.text.pdf.parser with parameters of type LocationTextExtractionStrategy.TextChunkLocation Modifier and Type Method Description intLocationTextExtractionStrategy.TextChunkLocationDefaultImp. compareTo(LocationTextExtractionStrategy.TextChunkLocation other)floatLocationTextExtractionStrategy.TextChunkLocation. distanceFromEndOf(LocationTextExtractionStrategy.TextChunkLocation other)floatLocationTextExtractionStrategy.TextChunkLocationDefaultImp. distanceFromEndOf(LocationTextExtractionStrategy.TextChunkLocation other)Computes the distance between the end of 'other' and the beginning of this chunk in the direction of this chunk's orientation vector.booleanLocationTextExtractionStrategy.TextChunkLocation. isAtWordBoundary(LocationTextExtractionStrategy.TextChunkLocation previous)booleanLocationTextExtractionStrategy.TextChunkLocationDefaultImp. isAtWordBoundary(LocationTextExtractionStrategy.TextChunkLocation previous)booleanLocationTextExtractionStrategy.TextChunkLocation. sameLine(LocationTextExtractionStrategy.TextChunkLocation as)booleanLocationTextExtractionStrategy.TextChunkLocationDefaultImp. sameLine(LocationTextExtractionStrategy.TextChunkLocation as)Constructors in com.itextpdf.text.pdf.parser with parameters of type LocationTextExtractionStrategy.TextChunkLocation Constructor Description TextChunk(java.lang.String string, LocationTextExtractionStrategy.TextChunkLocation loc)
-