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

Method Summary
 void select(IText text, Coordinate from, Coordinate to)
          Notify a text matches the search criteria.
 

Method Detail

select

void select(IText text,
            Coordinate from,
            Coordinate to)
Notify a text matches the search criteria.

Parameters:
text - the text
from - the starting coordinate relative to the text
to - the ending coordinate relative to the text


Copyright © 2004-2006 PalmEd. All Rights Reserved.