palmed.edit.text
Interface ILineExtractor
- All Known Implementing Classes:
- CoordinateExtractor, LineBuilder
public interface ILineExtractor
This interface defines a functor for line extraction.
- Version:
- $Revision$ $Date$
- Author:
- Mathieu Champlon
Method Summary |
void |
select(IText text,
int line)
Notify a text matches the search criteria. |
select
void select(IText text,
int line)
- Notify a text matches the search criteria.
- Parameters:
text
- the textline
- the line number relative to the text
Copyright © 2004-2006 PalmEd. All Rights Reserved.