tmozIScanInterpretManager Interface Reference

Interpretation Manager. More...

List of all members.

Public Member Functions

tmozIScanEditInterpret create ()
 Create new interpretation.
tmozIScanInterpret get (in AString name)
 Return interpretation.
tmozIScanEditInterpret edit (in AString name)
 Start edit interpretation.
void remove (in AString name)
 Remove interpretation.

Public Attributes

readonly attribute
nsISimpleEnumerator 
interprets
 Return list of interpretations.


Detailed Description

Interpretation Manager.

Interpretation manager allows to interpret attributes in the scanned document. These attributes comes from barcode, separation pages, document itself or can be set in the interpretation profile.


Member Function Documentation

tmozIScanEditInterpret create (  ) 

Create new interpretation.

New interpretation have to be commit to save changes.

tmozIScanEditInterpret edit ( in AString  name  ) 

Start edit interpretation.

Interpretation can be edited. Method commit have to be called to store changes.

Returns:
Return editable interpretation.

tmozIScanInterpret get ( in AString  name  ) 

Return interpretation.

Returns:
Return interpretation with given name, throw exception if interpretation does not exists.


Member Data Documentation

readonly attribute nsISimpleEnumerator interprets

Return list of interpretations.

Each enumerated interpretation is type of tmozIScanInterpret.


Generated on Wed Dec 15 09:54:22 2010 for Tahiti XPCOM API