Hi,
Thanks, that lead to com.sun.star.document.TypeDetection, which can list
all filter types, and the MediaType property of each element is what
Pranav looks for.
Regards,
Miklos
signature.asc
Description: Digital signature
___
LibreOffice mailing l
found in the API samples from OO
hope it helps
greetz
Fernand
REM * BASIC *
Sub Main
oFF= createUnoService( "com.sun.star.document.FilterFactory" )
oFilterNames= oFF.getElementNames()
' Now print the filter names.
' For i = LBound( oFilterNames ) To UBound( oFilter