PDF Clown
0.0.8

Uses of Interface
it.stefanochizzolini.clown.documents.contents.ITextString

Packages that use ITextString
it.stefanochizzolini.clown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
it.stefanochizzolini.clown.tools Specialized tools for performing common operations on PDF files. 
 

Uses of ITextString in it.stefanochizzolini.clown.documents.contents
 

Classes in it.stefanochizzolini.clown.documents.contents that implement ITextString
static class ContentScanner.TextStringWrapper
          Text string information.
 

Uses of ITextString in it.stefanochizzolini.clown.tools
 

Methods in it.stefanochizzolini.clown.tools that return types with arguments of type ITextString
 Map<Rectangle2D,List<ITextString>> TextExtractor.extract(Contents contents)
          Extracts text strings from the given contents.
 Map<Rectangle2D,List<ITextString>> TextExtractor.extract(IContentContext contentContext)
          Extracts text strings from the given content context.
 Map<Rectangle2D,List<ITextString>> TextExtractor.filter(List<? extends ITextString> textStrings, Rectangle2D... areas)
          Gets the text strings matching the given areas.
 List<ITextString> TextExtractor.filter(List<? extends ITextString> textStrings, Rectangle2D area)
          Gets the text strings matching the given area.
 Map<Rectangle2D,List<ITextString>> TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings, Rectangle2D... areas)
          Gets the text strings matching the given areas.
 List<ITextString> TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings, Rectangle2D area)
          Gets the text strings matching the given area.
 

Method parameters in it.stefanochizzolini.clown.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 given areas.
 List<ITextString> TextExtractor.filter(List<? extends ITextString> textStrings, Rectangle2D area)
          Gets the text strings matching the given area.
 Map<Rectangle2D,List<ITextString>> TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings, Rectangle2D... areas)
          Gets the text strings matching the given areas.
 List<ITextString> TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings, Rectangle2D area)
          Gets the text strings matching the given area.
 


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.