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.locationComparator
Methods 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 ITextChunkLocation
CharacterRenderInfo.getLocation
(TextRenderInfo tri) TextChunk.getLocation()
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type ITextChunkLocationModifier and TypeMethodDescriptionint
DefaultTextChunkLocationComparator.compare
(ITextChunkLocation first, ITextChunkLocation second) (package private) static boolean
TextChunkLocationDefaultImp.containsMark
(ITextChunkLocation baseLocation, ITextChunkLocation markLocation) float
ITextChunkLocation.distanceFromEndOf
(ITextChunkLocation other) float
TextChunkLocationDefaultImp.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.boolean
ITextChunkLocation.isAtWordBoundary
(ITextChunkLocation previous) boolean
TextChunkLocationDefaultImp.isAtWordBoundary
(ITextChunkLocation previous) boolean
ITextChunkLocation.sameLine
(ITextChunkLocation as) boolean
TextChunkLocationDefaultImp.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)