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) classTextChunkLocationDefaultImpFields in com.itextpdf.kernel.pdf.canvas.parser.listener declared as ITextChunkLocation Modifier and Type Field Description protected ITextChunkLocationTextChunk. locationFields 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. locationComparatorMethods in com.itextpdf.kernel.pdf.canvas.parser.listener that return ITextChunkLocation Modifier and Type Method Description ITextChunkLocationLocationTextExtractionStrategy.ITextChunkLocationStrategy. createLocation(TextRenderInfo renderInfo, LineSegment baseline)ITextChunkLocationLocationTextExtractionStrategy.ITextChunkLocationStrategyImpl. createLocation(TextRenderInfo renderInfo, LineSegment baseline)private static ITextChunkLocationCharacterRenderInfo. getLocation(TextRenderInfo tri)ITextChunkLocationTextChunk. getLocation()Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type ITextChunkLocation Modifier and Type Method Description intDefaultTextChunkLocationComparator. 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 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)
-