:: com :: sun :: star :: frame ::

interface XExtendedFilterDetection
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XExtendedFilterDetection
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
deprecated
Description
use ::com::sun::star::document::XExtendedFilterDetection instead of this

Methods' Summary
detect [ DEPRECATED ]
use ::com::sun::star::document::XExtendedFilterDetection::detect() instead of this  
Methods' Details
detect
string
detect( [in] string  URL,
[in] sequence< ::com::sun::star::beans::PropertyValue >  Argumentlist );

Usage Restrictions
deprecated
Description
use ::com::sun::star::document::XExtendedFilterDetection::detect() instead of this
Top of Page