00001 #include "nsISupports.idl"
00002 #include "tmozIScanExportService.idl"
00003
00011 [scriptable, uuid(784C8D6C-006D-4d72-8393-5252DBBEB55F) ]
00012 interface tmozIScanDEProfile
00013 :tmozIScanExportService
00014 {
00018 attribute AString directory;
00019
00027 attribute long mode;
00028
00029
00033 attribute boolean visible;
00034
00038 attribute boolean displayDialog;
00039
00043 attribute AString commandAfterExport;
00044
00045
00046
00050 attribute AString filePrefix;
00051
00055 attribute boolean useFileIndex;
00056
00060 attribute long fileIndex;
00061
00065 attribute long fileIndexSize;
00066
00070 attribute boolean filePageNumber;
00071
00072
00076 attribute boolean useSubdir;
00077
00081 attribute AString subdirPrefix;
00082
00086 attribute boolean useSubdirIndex;
00087
00091 attribute long subdirIndex;
00092
00096 attribute long subdirIndexSize;
00097
00101 attribute long subdirMaxItems;
00102
00106 attribute boolean subdirKeepTogether;
00107
00111 attribute boolean subdirCreateAlways;
00112
00120 attribute long documentFormat;
00121
00127 attribute boolean deleteJob;
00128 };