00001 #include "nsISupports.idl" 00002 00008 [scriptable, uuid(6DAF3382-DBF5-47c7-8456-35A1FDC2E9FB) ] 00009 interface tmozIScanBarcode: nsISupports 00010 { 00014 attribute AString type; 00015 00019 attribute AString prefix; 00020 00024 attribute long width; 00028 attribute long height; 00029 attribute long start_x; 00030 attribute long start_y; 00031 00032 attribute boolean searchNorth; 00033 attribute boolean searchSouth; 00034 attribute boolean searchEast; 00035 attribute boolean searchWest; 00036 00040 attribute boolean pageOrientation; 00041 00045 attribute boolean pageSide; 00046 00052 attribute boolean createDocument; 00053 00060 attribute long location; 00061 };