Class TeXDetectService
java.lang.Object
com.sun.star.lib.uno.helper.WeakBase
org.openoffice.da.comp.writer4latex.TeXDetectService
- All Implemented Interfaces:
com.sun.star.document.XExtendedFilterDetection
,com.sun.star.lang.XServiceInfo
,com.sun.star.lang.XTypeProvider
,com.sun.star.uno.XInterface
,com.sun.star.uno.XWeak
public class TeXDetectService
extends com.sun.star.lib.uno.helper.WeakBase
implements com.sun.star.document.XExtendedFilterDetection, com.sun.star.lang.XServiceInfo
This class provides detect services for TeX documents
It is thus an implementation of the service com.sun.star.document.ExtendedTypeDetection
-
Field Summary
FieldsFields inherited from class com.sun.star.lib.uno.helper.WeakBase
_mapTypes
Fields inherited from interface com.sun.star.document.XExtendedFilterDetection
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFO
Fields inherited from interface com.sun.star.uno.XWeak
UNOTYPEINFO
-
Constructor Summary
ConstructorsConstructorDescriptionTeXDetectService
(com.sun.star.uno.XComponentContext xContext) Construct a newTeXDetectService
-
Method Summary
Modifier and TypeMethodDescriptiondetect
(com.sun.star.beans.PropertyValue[][] mediaDescriptor) String[]
boolean
supportsService
(String sService) Methods inherited from class com.sun.star.lib.uno.helper.WeakBase
finalize, getImplementationId, getTypes, queryAdapter
-
Field Details
-
__implementationName
-
__serviceName
- See Also:
-
-
Constructor Details
-
TeXDetectService
public TeXDetectService(com.sun.star.uno.XComponentContext xContext) Construct a newTeXDetectService
- Parameters:
xContext
- The Component Context
-
-
Method Details
-
getImplementationName
- Specified by:
getImplementationName
in interfacecom.sun.star.lang.XServiceInfo
-
supportsService
- Specified by:
supportsService
in interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
- Specified by:
getSupportedServiceNames
in interfacecom.sun.star.lang.XServiceInfo
-
detect
- Specified by:
detect
in interfacecom.sun.star.document.XExtendedFilterDetection
-