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

interface XFilterDetect
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XFilterDetect
[ 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