Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.listener.ITextChunkLocation
Packages that use ITextChunkLocation
-
Uses of ITextChunkLocation in com.itextpdf.kernel.pdf.canvas.parser.listener
Classes in com.itextpdf.kernel.pdf.canvas.parser.listener that implement ITextChunkLocationFields in com.itextpdf.kernel.pdf.canvas.parser.listener declared as ITextChunkLocationFields in com.itextpdf.kernel.pdf.canvas.parser.listener with type parameters of type ITextChunkLocationModifier and TypeFieldDescriptionprivate Comparator<ITextChunkLocation> TextChunkLocationBasedComparator.locationComparatorMethods in com.itextpdf.kernel.pdf.canvas.parser.listener that return ITextChunkLocationModifier and TypeMethodDescriptionLocationTextExtractionStrategy.ITextChunkLocationStrategy.createLocation(TextRenderInfo renderInfo, LineSegment baseline) LocationTextExtractionStrategy.ITextChunkLocationStrategyImpl.createLocation(TextRenderInfo renderInfo, LineSegment baseline) private static ITextChunkLocationCharacterRenderInfo.getLocation(TextRenderInfo tri) TextChunk.getLocation()Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type ITextChunkLocationModifier and TypeMethodDescriptionintDefaultTextChunkLocationComparator.compare(ITextChunkLocation first, ITextChunkLocation second) (package private) static booleanTextChunkLocationDefaultImp.containsMark(ITextChunkLocation baseLocation, ITextChunkLocation markLocation) floatITextChunkLocation.distanceFromEndOf(ITextChunkLocation other) floatTextChunkLocationDefaultImp.distanceFromEndOf(ITextChunkLocation other) Computes the distance between the end of 'other' and the beginning of this chunk in the direction of this chunk's orientation vector.booleanITextChunkLocation.isAtWordBoundary(ITextChunkLocation previous) booleanTextChunkLocationDefaultImp.isAtWordBoundary(ITextChunkLocation previous) booleanITextChunkLocation.sameLine(ITextChunkLocation as) booleanTextChunkLocationDefaultImp.sameLine(ITextChunkLocation as) Constructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type ITextChunkLocationConstructor parameters in com.itextpdf.kernel.pdf.canvas.parser.listener with type arguments of type ITextChunkLocationModifierConstructorDescriptionTextChunkLocationBasedComparator(Comparator<ITextChunkLocation> locationComparator)