interface XFilterDetect in module com::sun::star::frame::

(Global Index)

[ DEPRECATED ]

Syntax

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

Description

makes it possible to determine the content type.

Method Summary

getContentType

useExternBrowser

Method Details



getContentType

Syntax

string getContentType (
string URL );

useExternBrowser

Syntax

boolean useExternBrowser (
string URL );
Top of Page