Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.listener.ITextChunkLocation
-
Packages that use ITextChunkLocation Package Description com.itextpdf.kernel.pdf.canvas.parser.listener -
-
Uses of ITextChunkLocation in com.itextpdf.kernel.pdf.canvas.parser.listener
Classes in com.itextpdf.kernel.pdf.canvas.parser.listener that implement ITextChunkLocation Modifier and Type Class Description (package private) class
TextChunkLocationDefaultImp
Fields in com.itextpdf.kernel.pdf.canvas.parser.listener declared as ITextChunkLocation Modifier and Type Field Description protected ITextChunkLocation
TextChunk. location
Fields in com.itextpdf.kernel.pdf.canvas.parser.listener with type parameters of type ITextChunkLocation Modifier and Type Field Description private java.util.Comparator<ITextChunkLocation>
TextChunkLocationBasedComparator. locationComparator
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener that return ITextChunkLocation Modifier and Type Method Description ITextChunkLocation
LocationTextExtractionStrategy.ITextChunkLocationStrategy. createLocation(TextRenderInfo renderInfo, LineSegment baseline)
ITextChunkLocation
LocationTextExtractionStrategy.ITextChunkLocationStrategyImpl. createLocation(TextRenderInfo renderInfo, LineSegment baseline)
private static ITextChunkLocation
CharacterRenderInfo. getLocation(TextRenderInfo tri)
ITextChunkLocation
TextChunk. getLocation()
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type ITextChunkLocation Modifier and Type Method Description int
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 ITextChunkLocation Constructor Description TextChunk(java.lang.String string, ITextChunkLocation loc)
Constructor parameters in com.itextpdf.kernel.pdf.canvas.parser.listener with type arguments of type ITextChunkLocation Constructor Description TextChunkLocationBasedComparator(java.util.Comparator<ITextChunkLocation> locationComparator)
-