Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
boolean |
LocationTextExtractionStrategy.TextChunkFilter.accept(LocationTextExtractionStrategy.TextChunk textChunk) |
int |
LocationTextExtractionStrategy.TextChunk.compareTo(LocationTextExtractionStrategy.TextChunk rhs)
Compares based on orientation, perpendicular distance, then parallel distance
|
float |
LocationTextExtractionStrategy.TextChunk.distanceFromEndOf(LocationTextExtractionStrategy.TextChunk other)
Computes the distance between the end of 'other' and the beginning of this chunk in the direction of this chunk's orientation vector.
|
protected boolean |
LocationTextExtractionStrategy.isChunkAtWordBoundary(LocationTextExtractionStrategy.TextChunk chunk, LocationTextExtractionStrategy.TextChunk previousChunk)
Determines if a space character should be inserted between a previous chunk and the current chunk.
|
Copyright © 2016. All rights reserved.