Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Class | Description |
---|---|---|
static class |
LocationTextExtractionStrategy.TextChunkLocationDefaultImp |
Modifier and Type | Method | Description |
---|---|---|
LocationTextExtractionStrategy.TextChunkLocation |
LocationTextExtractionStrategy.TextChunkLocationStrategy.createLocation(TextRenderInfo renderInfo,
LineSegment baseline) |
|
LocationTextExtractionStrategy.TextChunkLocation |
LocationTextExtractionStrategy.TextChunk.getLocation() |
Modifier and Type | Method | Description |
---|---|---|
int |
LocationTextExtractionStrategy.TextChunkLocationDefaultImp.compareTo(LocationTextExtractionStrategy.TextChunkLocation other) |
|
float |
LocationTextExtractionStrategy.TextChunkLocation.distanceFromEndOf(LocationTextExtractionStrategy.TextChunkLocation other) |
|
float |
LocationTextExtractionStrategy.TextChunkLocationDefaultImp.distanceFromEndOf(LocationTextExtractionStrategy.TextChunkLocation 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 |
LocationTextExtractionStrategy.TextChunkLocation.isAtWordBoundary(LocationTextExtractionStrategy.TextChunkLocation previous) |
|
boolean |
LocationTextExtractionStrategy.TextChunkLocationDefaultImp.isAtWordBoundary(LocationTextExtractionStrategy.TextChunkLocation previous) |
|
boolean |
LocationTextExtractionStrategy.TextChunkLocation.sameLine(LocationTextExtractionStrategy.TextChunkLocation as) |
|
boolean |
LocationTextExtractionStrategy.TextChunkLocationDefaultImp.sameLine(LocationTextExtractionStrategy.TextChunkLocation as) |
Constructor | Description |
---|---|
TextChunk(java.lang.String string,
LocationTextExtractionStrategy.TextChunkLocation loc) |
Copyright © 1998–2018. All rights reserved.