Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: document ::

interface XExtendedFilterDetection

Base Interface
com::sun::star::uno::XInterface

Description
extended filter detection.


Methods' Summary

detect controls agreement of a type detection with given URL or arguments.

Methods' Details

detect
 
string
detect(
[ inout ] sequence< com::sun::star::beans::PropertyValue > seqDescriptor );

Description
controls agreement of a type detection with given URL or arguments.

Register services which support this interface for diferent mime types in configuration. A service which implements this interfare will be created to make a deep content detection. Add the collected information about detected documents in given MediaDescriptor . You need an internal type name as a return value.


Top of Page