tmozIScanExportSettingsPage Interface Reference

Page with user settings for scan to web. More...

Inheritance diagram for tmozIScanExportSettingsPage:

tmozIUserSettingsPage

List of all members.

Public Member Functions

tmozIScanExportService addService (in AString serviceType, in nsIPropertyBag bag)
 Add new web service.
void removeService (in tmozIScanExportService service)
 Remove webservice.

Public Attributes

readonly attribute
nsISimpleEnumerator 
services
 Return list of web services.


Detailed Description

Page with user settings for scan to web.

Interface represents special settings for Scan to Web


Member Function Documentation

tmozIScanExportService addService ( in AString  serviceType,
in nsIPropertyBag  bag 
)

Add new web service.

Parameters:
serviceType Type of the service, can be one of the following:
  • disc - Export to the disc
  • web-service - Export to the web-service.
bag Optional parameter with additional settings for selected service. This parameter can be null.

void removeService ( in tmozIScanExportService  service  ) 

Remove webservice.

Parameters:
service Service to be removed


Member Data Documentation

readonly attribute nsISimpleEnumerator services

Return list of web services.

Each enumerated web service is type of tmozIScanExportService


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