palmed.edit.text
Interface ITextExtractor
- All Known Implementing Classes:
- TextEraser, TextSerializer
public interface ITextExtractor
This interface defines a functor for text extraction.
- Version:
- $Revision$ $Date$
- Author:
- Mathieu Champlon
select
void select(IText text,
Coordinate from,
Coordinate to)
- Notify a text matches the search criteria.
- Parameters:
text - the textfrom - the starting coordinate relative to the textto - the ending coordinate relative to the text
Copyright © 2004-2006 PalmEd. All Rights Reserved.