|
PDF Clown 0.1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITextString | |
|---|---|
| org.pdfclown.documents.contents | Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. |
| org.pdfclown.tools | Specialized tools for performing common operations on PDF files. |
| Uses of ITextString in org.pdfclown.documents.contents |
|---|
| Classes in org.pdfclown.documents.contents that implement ITextString | |
|---|---|
static class |
ContentScanner.TextStringWrapper
Text string information. |
| Uses of ITextString in org.pdfclown.tools |
|---|
| Methods in org.pdfclown.tools that return types with arguments of type ITextString | |
|---|---|
Map<Rectangle2D,List<ITextString>> |
TextExtractor.extract(Contents contents)
Extracts text strings from the specified contents. |
Map<Rectangle2D,List<ITextString>> |
TextExtractor.extract(IContentContext contentContext)
Extracts text strings from the specified content context. |
Map<Rectangle2D,List<ITextString>> |
TextExtractor.filter(List<? extends ITextString> textStrings,
Rectangle2D... areas)
Gets the text strings matching the specified areas. |
List<ITextString> |
TextExtractor.filter(List<? extends ITextString> textStrings,
Rectangle2D area)
Gets the text strings matching the specified area. |
List<ITextString> |
TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings,
List<Interval<Integer>> intervals)
Gets the text strings matching the specified intervals. |
Map<Rectangle2D,List<ITextString>> |
TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings,
Rectangle2D... areas)
Gets the text strings matching the specified areas. |
List<ITextString> |
TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings,
Rectangle2D area)
Gets the text strings matching the specified area. |
| Methods in org.pdfclown.tools with parameters of type ITextString | |
|---|---|
void |
TextExtractor.IIntervalFilter.process(Interval<Integer> interval,
ITextString match)
Notifies current matching. |
| Method parameters in org.pdfclown.tools with type arguments of type ITextString | |
|---|---|
Map<Rectangle2D,List<ITextString>> |
TextExtractor.filter(List<? extends ITextString> textStrings,
Rectangle2D... areas)
Gets the text strings matching the specified areas. |
List<ITextString> |
TextExtractor.filter(List<? extends ITextString> textStrings,
Rectangle2D area)
Gets the text strings matching the specified area. |
List<ITextString> |
TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings,
List<Interval<Integer>> intervals)
Gets the text strings matching the specified intervals. |
Map<Rectangle2D,List<ITextString>> |
TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings,
Rectangle2D... areas)
Gets the text strings matching the specified areas. |
List<ITextString> |
TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings,
Rectangle2D area)
Gets the text strings matching the specified area. |
void |
TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings,
TextExtractor.IIntervalFilter filter)
Processes the text strings matching the specified filter. |
static String |
TextExtractor.toString(Map<Rectangle2D,List<ITextString>> textStrings)
Converts text information into plain text. |
static String |
TextExtractor.toString(Map<Rectangle2D,List<ITextString>> textStrings,
String lineSeparator,
String areaSeparator)
Converts text information into plain text. |
|
PDF Clown 0.1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||