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.XServiceInfoThis class provides detect services for TeX documents It is thus an implementation of the service com.sun.star.document.ExtendedTypeDetection
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String__implementationNamestatic java.lang.String__serviceName
-
Constructor Summary
Constructors Constructor Description TeXDetectService(com.sun.star.uno.XComponentContext xContext)Construct a newTeXDetectService
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdetect(com.sun.star.beans.PropertyValue[][] mediaDescriptor)java.lang.StringgetImplementationName()java.lang.String[]getSupportedServiceNames()booleansupportsService(java.lang.String sService)
-
-
-
Field Detail
-
__implementationName
public static final java.lang.String __implementationName
-
__serviceName
public static final java.lang.String __serviceName
- See Also:
- Constant Field Values
-
-
Method Detail
-
getImplementationName
public java.lang.String getImplementationName()
- Specified by:
getImplementationNamein interfacecom.sun.star.lang.XServiceInfo
-
supportsService
public boolean supportsService(java.lang.String sService)
- Specified by:
supportsServicein interfacecom.sun.star.lang.XServiceInfo
-
getSupportedServiceNames
public java.lang.String[] getSupportedServiceNames()
- Specified by:
getSupportedServiceNamesin interfacecom.sun.star.lang.XServiceInfo
-
detect
public java.lang.String detect(com.sun.star.beans.PropertyValue[][] mediaDescriptor)
- Specified by:
detectin interfacecom.sun.star.document.XExtendedFilterDetection
-
-