Class BatchConverter

java.lang.Object
org.openoffice.da.comp.writer2xhtml.BatchConverter
All Implemented Interfaces:
com.sun.star.lang.XServiceInfo, com.sun.star.lang.XServiceName, com.sun.star.lang.XTypeProvider, com.sun.star.uno.XInterface, org.openoffice.da.writer2xhtml.XBatchConverter

public class BatchConverter extends Object implements org.openoffice.da.writer2xhtml.XBatchConverter, com.sun.star.lang.XServiceName, com.sun.star.lang.XServiceInfo, com.sun.star.lang.XTypeProvider
This class provides a uno component which implements the interface org.openoffice.da.writer2xhtml.XBatchConverter
  • Field Details

  • Constructor Details

    • BatchConverter

      public BatchConverter(com.sun.star.uno.XComponentContext xComponentContext)
  • Method Details

    • convert

      public void convert(String sSourceURL, String sTargetURL, com.sun.star.beans.PropertyValue[] lArguments, org.openoffice.da.writer2xhtml.XBatchHandler handler)
      Specified by:
      convert in interface org.openoffice.da.writer2xhtml.XBatchConverter
    • getTypes

      public com.sun.star.uno.Type[] getTypes()
      Specified by:
      getTypes in interface com.sun.star.lang.XTypeProvider
    • getImplementationId

      public byte[] getImplementationId()
      Specified by:
      getImplementationId in interface com.sun.star.lang.XTypeProvider
    • getServiceName

      public String getServiceName()
      Specified by:
      getServiceName in interface com.sun.star.lang.XServiceName
    • supportsService

      public boolean supportsService(String stringServiceName)
      Specified by:
      supportsService in interface com.sun.star.lang.XServiceInfo
    • getImplementationName

      public String getImplementationName()
      Specified by:
      getImplementationName in interface com.sun.star.lang.XServiceInfo
    • getSupportedServiceNames

      public String[] getSupportedServiceNames()
      Specified by:
      getSupportedServiceNames in interface com.sun.star.lang.XServiceInfo