interface XExtendedFilterDetection in module com::sun::star::document::

(Global Index)

Syntax

interface XExtendedFilterDetection : com::sun::star::uno::XInterface ;

Description

extended filter detection.

Method Summary

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

Method Details



detect

Syntax

string detect (
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