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. | |
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.
| 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.
| tmozIScanInterpret get | ( | in AString | name | ) |
Return interpretation.
| readonly attribute nsISimpleEnumerator interprets |
Return list of interpretations.
Each enumerated interpretation is type of tmozIScanInterpret.