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

interface XFilterDetect
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XFilterDetect
::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
getContentType -  
useExternBrowser -  
Methods' Details
getContentType
string
getContentType( [in] string  URL );

Description
-
useExternBrowser
boolean
useExternBrowser( [in] string  URL );

Description
-
Top of Page