- Description
- support "flat" and "deep" type detection of a given document
A "flat" detection means specifying the document format by using
the URL and some configuration data only. That will perform but produce
may invalid results if e.g., the extension of the document is wrong.
A "deep" detection means looking into the document stream to be right
which format it supports. Of course that includes a "flat" detection before.
The combination of both ones should produce stable results everytime.
- See also
- ::com::sun::star::document::TypeDetection
|